#CC0D1B

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

Shades of Venetian Red #CC0D1B

Tints of Venetian Red #CC0D1B

Color information

#CC0D1B (or 0xCC0D1B) is unknown color: approx Venetian Red. HEX triplet: CC, 0D and 1B. RGB value is (204,13,27). Sum of RGB (Red+Green+Blue) = 204+13+27=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0D1B is #33F2E4. Grayscale: #474747. Windows color (decimal): -3404517 or 1773004. OLE color: 1773004.

HSL color Cylindrical-coordinate representation of color #CC0D1B: hue angle of 355.6º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D1B is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB2041327-
CMYK00.940.870.2
HSL355.6º88.02%42.55%-
HSV(B)355.6º93.63%80%-
XYZ25.2413.22.26-
YUV71.7102.78222.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.61%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=83.61%
G=5.33%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204132700.940.870.2355.688.0242.55
HexCCD1B05E5714164582b
Octal314153301361272454413053
Binary11001100110111011010111101010111101001011001001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0D1B; }

 p { color: rgb(204,13,27); }

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

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

 a { background-color: rgb(204,13,27); }

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

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

 span { border-color: rgb(204,13,27); }

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