Html Css Color HEX #CC0813 Venetian Red

📋 copy color: '#CC0813'

red 204 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #CC0813

Tints of Venetian Red #CC0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 88.31%
G = 3.46%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC0813 (or 0xCC0813) is known color: Venetian Red. HEX triplet: CC, 08 and 13. RGB value is (204,8,19). Sum of RGB (Red+Green+Blue) = 204+8+19=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0813 is #33F7EC. Grayscale: #444444. Windows color (decimal): -3405805 or 1247436. OLE color: 1247436.

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

Color convert

RGB 204 8 19 -
CMYK 0 0.96 0.91 0.2
HSL 356.63º 0.92% 0.42% -
HSV(B) 356.63º 0.96% 0.8% -
XYZ 25.11 13.06 1.81 -
YUV 67.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 204 8 19 0 0.96 0.91 0.2 356.63 0.92 0.42
Hex CC 8 13 0 60 5B 14 165 5C 2A
Octal 314 10 23 0 140 133 24 545 134 52
Binary 11001100 1000 10011 0 1100000 1011011 10100 101100101 1011100 101010

Color Harmonies of #CC0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0813

Black with #CC0813

Text Example


Text Example

White with #CC0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0813; }

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

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

background-color css

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

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

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

border-color css

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

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

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