#CF0010

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

Shades of Venetian Red #CF0010

Tints of Venetian Red #CF0010

Color information

#CF0010 (or 0xCF0010) is unknown color: approx Venetian Red. HEX triplet: CF, 00 and 10. RGB value is (207,0,16). Sum of RGB (Red+Green+Blue) = 207+0+16=223 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.83% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0010 is #30FFEF. Grayscale: #3F3F3F. Windows color (decimal): -3211248 or 1048783. OLE color: 1048783.

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

Color convert

RGB207016-
CMYK010.920.19
HSL355.36º100%40.59%-
HSV(B)355.36º100%81.18%-
XYZ25.8313.31.7-
YUV63.72101.08230.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 92.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=92.83%
G=0%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207016010.920.19355.3610040.59
HexCF0100645C131636429
Octal31702001441342354314451
Binary11001111010000011001001011100100111011000111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0010; }

 p { color: rgb(207,0,16); }

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

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

 a { background-color: rgb(207,0,16); }

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

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

 span { border-color: rgb(207,0,16); }

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