Html Css Color HEX #CC0814 Venetian Red

📋 copy color: '#CC0814'

red 204 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #CC0814

Tints of Venetian Red #CC0814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 87.93%
G = 3.45%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC0814 (or 0xCC0814) is known color: Venetian Red. HEX triplet: CC, 08 and 14. RGB value is (204,8,20). Sum of RGB (Red+Green+Blue) = 204+8+20=232 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.93% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0814 is #33F7EB. Grayscale: #444444. Windows color (decimal): -3405804 or 1312972. OLE color: 1312972.

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

Color convert

RGB 204 8 20 -
CMYK 0 0.96 0.90 0.2
HSL 356.33º 0.92% 0.42% -
HSV(B) 356.33º 0.96% 0.8% -
XYZ 25.11 13.06 1.86 -
YUV 67.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 204 8 20 0 0.96 0.90 0.2 356.33 0.92 0.42
Hex CC 8 14 0 60 5A 14 164 5C 2A
Octal 314 10 24 0 140 132 24 544 134 52
Binary 11001100 1000 10100 0 1100000 1011010 10100 101100100 1011100 101010

Color Harmonies of #CC0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0814

Black with #CC0814

Text Example


Text Example

White with #CC0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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