Html Css Color HEX #CC0811 Venetian Red

📋 copy color: '#CC0811'

red 204 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #CC0811

Tints of Venetian Red #CC0811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.49%

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

R = 89.08%
G = 3.49%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC0811 (or 0xCC0811) is known color: Venetian Red. HEX triplet: CC, 08 and 11. RGB value is (204,8,17). Sum of RGB (Red+Green+Blue) = 204+8+17=229 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.08% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0811 is #33F7EE. Grayscale: #434343. Windows color (decimal): -3405807 or 1116364. OLE color: 1116364.

HSL color Cylindrical-coordinate representation of color #CC0811: hue angle of 357.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0811 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 8 17 -
CMYK 0 0.96 0.92 0.2
HSL 357.24º 0.92% 0.42% -
HSV(B) 357.24º 0.96% 0.8% -
XYZ 25.09 13.05 1.73 -
YUV 67.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 204 8 17 0 0.96 0.92 0.2 357.24 0.92 0.42
Hex CC 8 11 0 60 5C 14 165 5C 2A
Octal 314 10 21 0 140 134 24 545 134 52
Binary 11001100 1000 10001 0 1100000 1011100 10100 101100101 1011100 101010

Color Harmonies of #CC0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0811

Black with #CC0811

Text Example


Text Example

White with #CC0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0811; }

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

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

background-color css

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

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

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

border-color css

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

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

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