Html Css Color HEX #F00409 Venetian Red

📋 copy color: '#F00409'

red 240 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #F00409

Tints of Venetian Red #F00409

RGB

 RED value IS 240 (94.14% from 255) = 94.86%

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

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

R = 94.86%
G = 1.58%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F00409 (or 0xF00409) is known color: Venetian Red. HEX triplet: F0, 04 and 09. RGB value is (240,4,9). Sum of RGB (Red+Green+Blue) = 240+4+9=253 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.86% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 240 - color contains mainly: red. Hex color #F00409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00409 is #0FFBF6. Grayscale: #4B4B4B. Windows color (decimal): -1047543 or 591088. OLE color: 591088.

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

Color convert

RGB 240 4 9 -
CMYK 0 0.98 0.96 0.06
HSL 358.73º 0.97% 0.48% -
HSV(B) 358.73º 0.98% 0.94% -
XYZ 36.03 18.63 1.96 -
YUV 75.13 90.69 245.59 -
System Red Green Blue C M Y K H S L
Decimal 240 4 9 0 0.98 0.96 0.06 358.73 0.97 0.48
Hex F0 4 9 0 62 60 6 167 61 30
Octal 360 4 11 0 142 140 6 547 141 60
Binary 11110000 100 1001 0 1100010 1100000 110 101100111 1100001 110000

Color Harmonies of #F00409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00409

Black with #F00409

Text Example


Text Example

White with #F00409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00409; }

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

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

background-color css

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

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

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

border-color css

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

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

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