#CF0A17

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

Shades of Venetian Red #CF0A17

Tints of Venetian Red #CF0A17

Color information

#CF0A17 (or 0xCF0A17) is unknown color: approx Venetian Red. HEX triplet: CF, 0A and 17. RGB value is (207,10,23). Sum of RGB (Red+Green+Blue) = 207+10+23=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0A17 is #30F5E8. Grayscale: #464646. Windows color (decimal): -3208681 or 1510095. OLE color: 1510095.

HSL color Cylindrical-coordinate representation of color #CF0A17: hue angle of 356.04º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A17 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB2071023-
CMYK00.950.890.19
HSL356.04º90.78%42.55%-
HSV(B)356.04º95.17%81.18%-
XYZ2613.542.05-
YUV70.39101.27225.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 86.25%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=86.25%
G=4.17%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207102300.950.890.19356.0490.7842.55
HexCFA1705F59131645b2b
Octal317122701371312354413353
Binary11001111101010111010111111011001100111011001001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0A17; }

 p { color: rgb(207,10,23); }

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

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

 a { background-color: rgb(207,10,23); }

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

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

 span { border-color: rgb(207,10,23); }

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