Html Css Color HEX #F20609 Venetian Red

📋 copy color: '#F20609'

red 242 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #F20609

Tints of Venetian Red #F20609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 94.16%
G = 2.33%
B = 3.5%

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

#F20609 (or 0xF20609) is known color: Venetian Red. HEX triplet: F2, 06 and 09. RGB value is (242,6,9). Sum of RGB (Red+Green+Blue) = 242+6+9=257 (34% of max value = 765). Red value is 242 (94.92% from 255 or 94.16% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 242 - color contains mainly: red. Hex color #F20609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20609 is #0DF9F6. Grayscale: #4D4D4D. Windows color (decimal): -915959 or 591602. OLE color: 591602.

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

Color convert

RGB 242 6 9 -
CMYK 0 0.98 0.96 0.05
HSL 359.24º 0.95% 0.49% -
HSV(B) 359.24º 0.98% 0.95% -
XYZ 36.73 19.03 2 -
YUV 76.91 89.69 245.76 -
System Red Green Blue C M Y K H S L
Decimal 242 6 9 0 0.98 0.96 0.05 359.24 0.95 0.49
Hex F2 6 9 0 62 60 5 167 5F 31
Octal 362 6 11 0 142 140 5 547 137 61
Binary 11110010 110 1001 0 1100010 1100000 101 101100111 1011111 110001

Color Harmonies of #F20609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20609

Black with #F20609

Text Example


Text Example

White with #F20609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20609; }

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

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

background-color css

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

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

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

border-color css

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

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

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