Html Css Color HEX #F50203 Venetian Red

📋 copy color: '#F50203'

red 245 ◦ green 2 ◦ blue 3

#F50203
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #F50203

Tints of Venetian Red #F50203

RGB

 RED value IS 245 (96.09% from 255) = 98%

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 98%
G = 0.8%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F50203 (or 0xF50203) is known color: Venetian Red. HEX triplet: F5, 02 and 03. RGB value is (245,2,3). Sum of RGB (Red+Green+Blue) = 245+2+3=250 (33% of max value = 765). Red value is 245 (96.09% from 255 or 98% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 245 - color contains mainly: red. Hex color #F50203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50203 is #0AFDFC. Grayscale: #4B4B4B. Windows color (decimal): -720381 or 197365. OLE color: 197365.

HSL color Cylindrical-coordinate representation of color #F50203: hue angle of 359.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50203 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 2 3 -
CMYK 0 0.99 0.99 0.04
HSL 359.75º 0.98% 0.48% -
HSV(B) 359.75º 0.99% 0.96% -
XYZ 37.69 19.46 1.86 -
YUV 74.77 87.51 249.42 -
System Red Green Blue C M Y K H S L
Decimal 245 2 3 0 0.99 0.99 0.04 359.75 0.98 0.48
Hex F5 2 3 0 63 63 4 168 62 30
Octal 365 2 3 0 143 143 4 550 142 60
Binary 11110101 10 11 0 1100011 1100011 100 101101000 1100010 110000

Color Harmonies of #F50203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50203

Black with #F50203

Text Example


Text Example

White with #F50203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50203; }

 p { color: rgb(245,2,3); }

 H1.HeaderClassName
 {
   color: #F50203;
 }
 .AnyTagClassName
 {
   color: #F50203;
 }
</style>

background-color css

<style>
 a { background-color: #F50203; }

 a { background-color: rgb(245,2,3); }

 div.DivClassName
 {
   background-color: #F50203;
 }
 .BgClassName
 {
   background-color: #F50203;
 }
</style>

border-color css

<style>
 span { border-color: #F50203; }

 span { border-color: rgb(245,2,3); }

 td.TdClassName
 {
   border-color: #F50203;
 }
 .TagClassName
 {
   border-color: #F50203;
 }
</style>