#F00209

Color #F00209 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #F00209

Tints of Venetian Red #F00209

Color information

#F00209 (or 0xF00209) is unknown color: approx Venetian Red. HEX triplet: F0, 02 and 09. RGB value is (240,2,9). Sum of RGB (Red+Green+Blue) = 240+2+9=251 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.62% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 240 - color contains mainly: red. Hex color #F00209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00209 is #0FFDF6. Grayscale: #4A4A4A. Windows color (decimal): -1048055 or 590576. OLE color: 590576.

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

Color convert

RGB24029-
CMYK00.990.960.06
HSL358.24º98.35%47.45%-
HSV(B)358.24º99.17%94.12%-
XYZ36.0118.591.95-
YUV73.9691.35246.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 95.62%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 9 (3.91% from 255) = 3.59%
R=95.62%
G=0.80%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402900.990.960.06358.2498.3547.45
HexF029063606166622f
Octal3602110143140654614257
Binary111100001010010110001111000001101011001101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00209; }

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

 H1.HeaderClassName
 {
   color: #F00209;
 }
 .AnyTagClassName
 {
   color: #F00209;
 }
</style>
background-color css

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

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

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

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

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

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