#CF0809

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

Shades of Venetian Red #CF0809

Tints of Venetian Red #CF0809

Color information

#CF0809 (or 0xCF0809) is unknown color: approx Venetian Red. HEX triplet: CF, 08 and 09. RGB value is (207,8,9). Sum of RGB (Red+Green+Blue) = 207+8+9=224 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.41% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0809 is #30F7F6. Grayscale: #434343. Windows color (decimal): -3209207 or 592079. OLE color: 592079.

HSL color Cylindrical-coordinate representation of color #CF0809: hue angle of 359.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0809 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB20789-
CMYK00.960.960.19
HSL359.7º92.56%42.16%-
HSV(B)359.7º96.14%81.18%-
XYZ25.8713.461.49-
YUV67.6194.93227.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 92.41%
GREEN value IS 8 (3.52% from 255) = 3.57%
BLUE value IS 9 (3.91% from 255) = 4.02%
R=92.41%
G=3.57%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078900.960.960.19359.792.5642.16
HexCF8906060131685d2a
Octal317101101401402355013552
Binary1100111110001001011000001100000100111011010001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0809; }

 p { color: rgb(207,8,9); }

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

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

 a { background-color: rgb(207,8,9); }

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

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

 span { border-color: rgb(207,8,9); }

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