Html Css Color HEX #F20409 Venetian Red

📋 copy color: '#F20409'

red 242 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #F20409

Tints of Venetian Red #F20409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.53%

R = 94.9%
G = 1.57%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F20409 (or 0xF20409) is known color: Venetian Red. HEX triplet: F2, 04 and 09. RGB value is (242,4,9). Sum of RGB (Red+Green+Blue) = 242+4+9=255 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.90% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 242 - color contains mainly: red. Hex color #F20409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20409 is #0DFBF6. Grayscale: #4B4B4B. Windows color (decimal): -916471 or 591090. OLE color: 591090.

HSL color Cylindrical-coordinate representation of color #F20409: hue angle of 358.74º 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 #F20409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 9 -
CMYK 0 0.98 0.96 0.05
HSL 358.74º 0.97% 0.48% -
HSV(B) 358.74º 0.98% 0.95% -
XYZ 36.71 18.98 1.99 -
YUV 75.73 90.35 246.59 -
System Red Green Blue C M Y K H S L
Decimal 242 4 9 0 0.98 0.96 0.05 358.74 0.97 0.48
Hex F2 4 9 0 62 60 5 167 61 30
Octal 362 4 11 0 142 140 5 547 141 60
Binary 11110010 100 1001 0 1100010 1100000 101 101100111 1100001 110000

Color Harmonies of #F20409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20409

Black with #F20409

Text Example


Text Example

White with #F20409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20409; }

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

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

background-color css

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

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

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

border-color css

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

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

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