Html Css Color HEX #F20408 Venetian Red

📋 copy color: '#F20408'

red 242 ◦ green 4 ◦ blue 8

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

Shades of Venetian Red #F20408

Tints of Venetian Red #F20408

RGB

 RED value IS 242 (94.92% from 255) = 95.28%

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 95.28%
G = 1.57%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F20408 (or 0xF20408) is known color: Venetian Red. HEX triplet: F2, 04 and 08. RGB value is (242,4,8). Sum of RGB (Red+Green+Blue) = 242+4+8=254 (33% of max value = 765). Red value is 242 (94.92% from 255 or 95.28% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 242 - color contains mainly: red. Hex color #F20408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20408 is #0DFBF7. Grayscale: #4B4B4B. Windows color (decimal): -916472 or 525554. OLE color: 525554.

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

Color convert

RGB 242 4 8 -
CMYK 0 0.98 0.97 0.05
HSL 358.99º 0.97% 0.48% -
HSV(B) 358.99º 0.98% 0.95% -
XYZ 36.71 18.98 1.96 -
YUV 75.62 89.85 246.67 -
System Red Green Blue C M Y K H S L
Decimal 242 4 8 0 0.98 0.97 0.05 358.99 0.97 0.48
Hex F2 4 8 0 62 61 5 167 61 30
Octal 362 4 10 0 142 141 5 547 141 60
Binary 11110010 100 1000 0 1100010 1100001 101 101100111 1100001 110000

Color Harmonies of #F20408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20408

Black with #F20408

Text Example


Text Example

White with #F20408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20408; }

 p { color: rgb(242,4,8); }

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

background-color css

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

 a { background-color: rgb(242,4,8); }

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

border-color css

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

 span { border-color: rgb(242,4,8); }

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