Html Css Color HEX #CC0D11 Venetian Red

📋 copy color: '#CC0D11'

red 204 ◦ green 13 ◦ blue 17

#CC0D11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #CC0D11

Tints of Venetian Red #CC0D11

RGB

 RED value IS 204 (80.08% from 255) = 87.18%

 GREEN value IS 13 (5.47% from 255) = 5.56%

 BLUE value IS 17 (7.03% from 255) = 7.26%

R = 87.18%
G = 5.56%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC0D11 (or 0xCC0D11) is known color: Venetian Red. HEX triplet: CC, 0D and 11. RGB value is (204,13,17). Sum of RGB (Red+Green+Blue) = 204+13+17=234 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.18% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0D11 is #33F2EE. Grayscale: #464646. Windows color (decimal): -3404527 or 1117644. OLE color: 1117644.

HSL color Cylindrical-coordinate representation of color #CC0D11: hue angle of 358.74º 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 #CC0D11 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 13 17 -
CMYK 0 0.94 0.92 0.2
HSL 358.74º 0.88% 0.43% -
HSV(B) 358.74º 0.94% 0.8% -
XYZ 25.15 13.17 1.75 -
YUV 70.57 97.78 223.17 -
System Red Green Blue C M Y K H S L
Decimal 204 13 17 0 0.94 0.92 0.2 358.74 0.88 0.43
Hex CC D 11 0 5E 5C 14 167 58 2B
Octal 314 15 21 0 136 134 24 547 130 53
Binary 11001100 1101 10001 0 1011110 1011100 10100 101100111 1011000 101011

Color Harmonies of #CC0D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0D11

Black with #CC0D11

Text Example


Text Example

White with #CC0D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0D11; }

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

 H1.HeaderClassName
 {
   color: #CC0D11;
 }
 .AnyTagClassName
 {
   color: #CC0D11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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