#CD0506

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

Shades of Venetian Red #CD0506

Tints of Venetian Red #CD0506

Color information

#CD0506 (or 0xCD0506) is unknown color: approx Venetian Red. HEX triplet: CD, 05 and 06. RGB value is (205,5,6). Sum of RGB (Red+Green+Blue) = 205+5+6=216 (28% of max value = 765). Red value is 205 (80.47% from 255 or 94.91% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0506 is #32FAF9. Grayscale: #414141. Windows color (decimal): -3341050 or 394701. OLE color: 394701.

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

Color convert

RGB20556-
CMYK00.980.970.20
HSL359.7º95.24%41.18%-
HSV(B)359.7º97.56%80.39%-
XYZ25.2613.11.37-
YUV64.9194.76227.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 94.91%
GREEN value IS 5 (2.34% from 255) = 2.31%
BLUE value IS 6 (2.73% from 255) = 2.78%
R=94.91%
G=2.31%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055600.980.970.20359.795.2441.18
HexCD5606261141685f29
Octal3155601421412455013751
Binary11001101101110011000101100001101001011010001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0506; }

 p { color: rgb(205,5,6); }

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

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

 a { background-color: rgb(205,5,6); }

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

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

 span { border-color: rgb(205,5,6); }

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