Html Css Color HEX #CC0810 Venetian Red

📋 copy color: '#CC0810'

red 204 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #CC0810

Tints of Venetian Red #CC0810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 89.47%
G = 3.51%
B = 7.02%

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

#CC0810 (or 0xCC0810) is known color: Venetian Red. HEX triplet: CC, 08 and 10. RGB value is (204,8,16). Sum of RGB (Red+Green+Blue) = 204+8+16=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0810 is #33F7EF. Grayscale: #434343. Windows color (decimal): -3405808 or 1050828. OLE color: 1050828.

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

Color convert

RGB 204 8 16 -
CMYK 0 0.96 0.92 0.2
HSL 357.55º 0.92% 0.42% -
HSV(B) 357.55º 0.96% 0.8% -
XYZ 25.08 13.05 1.69 -
YUV 67.52 98.93 225.35 -
System Red Green Blue C M Y K H S L
Decimal 204 8 16 0 0.96 0.92 0.2 357.55 0.92 0.42
Hex CC 8 10 0 60 5C 14 166 5C 2A
Octal 314 10 20 0 140 134 24 546 134 52
Binary 11001100 1000 10000 0 1100000 1011100 10100 101100110 1011100 101010

Color Harmonies of #CC0810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0810

Black with #CC0810

Text Example


Text Example

White with #CC0810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0810; }

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

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

background-color css

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

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

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

border-color css

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

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

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