Html Css Color HEX #F00009 Venetian Red

📋 copy color: '#F00009'

red 240 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #F00009

Tints of Venetian Red #F00009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.39%
G = 0%
B = 3.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F00009 (or 0xF00009) is known color: Venetian Red. HEX triplet: F0, 00 and 09. RGB value is (240,0,9). Sum of RGB (Red+Green+Blue) = 240+0+9=249 (32% of max value = 765). Red value is 240 (94.14% from 255 or 96.39% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 240 - color contains mainly: red. Hex color #F00009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00009 is #0FFFF6. Grayscale: #484848. Windows color (decimal): -1048567 or 590064. OLE color: 590064.

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

Color convert

RGB 240 0 9 -
CMYK 0 1 0.96 0.06
HSL 357.75º 1% 0.47% -
HSV(B) 357.75º 1% 0.94% -
XYZ 35.98 18.54 1.94 -
YUV 72.79 92.01 247.27 -
System Red Green Blue C M Y K H S L
Decimal 240 0 9 0 1 0.96 0.06 357.75 1 0.47
Hex F0 0 9 0 64 60 6 166 64 2F
Octal 360 0 11 0 144 140 6 546 144 57
Binary 11110000 0 1001 0 1100100 1100000 110 101100110 1100100 101111

Color Harmonies of #F00009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00009

Black with #F00009

Text Example


Text Example

White with #F00009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00009; }

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

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

background-color css

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

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

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

border-color css

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

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

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