#CD020E

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

Shades of Venetian Red #CD020E

Tints of Venetian Red #CD020E

Color information

#CD020E (or 0xCD020E) is unknown color: approx Venetian Red. HEX triplet: CD, 02 and 0E. RGB value is (205,2,14). Sum of RGB (Red+Green+Blue) = 205+2+14=221 (29% of max value = 765). Red value is 205 (80.47% from 255 or 92.76% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 205 - color contains mainly: red. Hex color #CD020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD020E is #32FDF1. Grayscale: #404040. Windows color (decimal): -3341810 or 918221. OLE color: 918221.

HSL color Cylindrical-coordinate representation of color #CD020E: hue angle of 356.45º 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 #CD020E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB205214-
CMYK00.990.930.20
HSL356.45º98.07%40.59%-
HSV(B)356.45º99.02%80.39%-
XYZ25.2813.051.6-
YUV64.0699.75228.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 92.76%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 14 (5.86% from 255) = 6.33%
R=92.76%
G=0.90%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20521400.990.930.20356.4598.0740.59
HexCD2E0635D141646229
Octal31521601431352454414251
Binary11001101101110011000111011101101001011001001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD020E; }

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

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

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

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

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

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

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

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