#CD060B

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

Shades of Venetian Red #CD060B

Tints of Venetian Red #CD060B

Color information

#CD060B (or 0xCD060B) is unknown color: approx Venetian Red. HEX triplet: CD, 06 and 0B. RGB value is (205,6,11). Sum of RGB (Red+Green+Blue) = 205+6+11=222 (29% of max value = 765). Red value is 205 (80.47% from 255 or 92.34% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 205 - color contains mainly: red. Hex color #CD060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD060B is #32F9F4. Grayscale: #424242. Windows color (decimal): -3340789 or 722637. OLE color: 722637.

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

Color convert

RGB205611-
CMYK00.970.950.20
HSL358.49º94.31%41.37%-
HSV(B)358.49º97.07%80.39%-
XYZ25.313.131.52-
YUV66.0796.93227.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 92.34%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=92.34%
G=2.70%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20561100.970.950.20358.4994.3141.37
HexCD6B0615F141665e29
Octal31561301411372454613651
Binary110011011101011011000011011111101001011001101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD060B; }

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

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

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

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

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

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

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

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