#CD020C

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

Shades of Venetian Red #CD020C

Tints of Venetian Red #CD020C

Color information

#CD020C (or 0xCD020C) is unknown color: approx Venetian Red. HEX triplet: CD, 02 and 0C. RGB value is (205,2,12). Sum of RGB (Red+Green+Blue) = 205+2+12=219 (29% of max value = 765). Red value is 205 (80.47% from 255 or 93.61% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 205 - color contains mainly: red. Hex color #CD020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD020C is #32FDF3. Grayscale: #404040. Windows color (decimal): -3341812 or 787149. OLE color: 787149.

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

Color convert

RGB205212-
CMYK00.990.940.20
HSL357.04º98.07%40.59%-
HSV(B)357.04º99.02%80.39%-
XYZ25.2613.051.53-
YUV63.8498.75228.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 93.61%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=93.61%
G=0.91%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20521200.990.940.20357.0498.0740.59
HexCD2C0635E141656229
Octal31521401431362454514251
Binary11001101101100011000111011110101001011001011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD020C; }

 p { color: rgb(205,2,12); }

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

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

 a { background-color: rgb(205,2,12); }

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

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

 span { border-color: rgb(205,2,12); }

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