#CD0421

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

Shades of Venetian Red #CD0421

Tints of Venetian Red #CD0421

Color information

#CD0421 (or 0xCD0421) is unknown color: approx Venetian Red. HEX triplet: CD, 04 and 21. RGB value is (205,4,33). Sum of RGB (Red+Green+Blue) = 205+4+33=242 (32% of max value = 765). Red value is 205 (80.47% from 255 or 84.71% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0421 is #32FBDE. Grayscale: #434343. Windows color (decimal): -3341279 or 2163917. OLE color: 2163917.

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

Color convert

RGB205433-
CMYK00.980.840.20
HSL351.34º96.17%40.98%-
HSV(B)351.34º98.05%80.39%-
XYZ25.4913.182.64-
YUV67.4108.59226.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 84.71%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=84.71%
G=1.65%
B=13.64%

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
Decimal20543300.980.840.20351.3496.1740.98
HexCD421062541415f6029
Octal31544101421242453714051
Binary11001101100100001011000101010100101001010111111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0421; }

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

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

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

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

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

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

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

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