#CD0420

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

Shades of Venetian Red #CD0420

Tints of Venetian Red #CD0420

Color information

#CD0420 (or 0xCD0420) is unknown color: approx Venetian Red. HEX triplet: CD, 04 and 20. RGB value is (205,4,32). Sum of RGB (Red+Green+Blue) = 205+4+32=241 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.06% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0420 is #32FBDF. Grayscale: #434343. Windows color (decimal): -3341280 or 2098381. OLE color: 2098381.

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

Color convert

RGB205432-
CMYK00.980.840.20
HSL351.64º96.17%40.98%-
HSV(B)351.64º98.05%80.39%-
XYZ25.4813.172.57-
YUV67.29108.09226.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 85.06%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=85.06%
G=1.66%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20543200.980.840.20351.6496.1740.98
HexCD42006254141606029
Octal31544001421242454014051
Binary11001101100100000011000101010100101001011000001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0420; }

 p { color: rgb(205,4,32); }

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

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

 a { background-color: rgb(205,4,32); }

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

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

 span { border-color: rgb(205,4,32); }

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