#CD0010

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

Shades of Venetian Red #CD0010

Tints of Venetian Red #CD0010

Color information

#CD0010 (or 0xCD0010) is unknown color: approx Venetian Red. HEX triplet: CD, 00 and 10. RGB value is (205,0,16). Sum of RGB (Red+Green+Blue) = 205+0+16=221 (29% of max value = 765). Red value is 205 (80.47% from 255 or 92.76% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0010 is #32FFEF. Grayscale: #3F3F3F. Windows color (decimal): -3342320 or 1048781. OLE color: 1048781.

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

Color convert

RGB205016-
CMYK010.920.20
HSL355.32º100%40.2%-
HSV(B)355.32º100%80.39%-
XYZ25.2713.021.67-
YUV63.12101.42229.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 92.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=92.76%
G=0%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205016010.920.20355.3210040.2
HexCD0100645C141636428
Octal31502001441342454314450
Binary11001101010000011001001011100101001011000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0010; }

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

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

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

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

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

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

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

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