Html Css Color HEX #CC0912 Venetian Red

📋 copy color: '#CC0912'

red 204 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #CC0912

Tints of Venetian Red #CC0912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.9%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 88.31%
G = 3.9%
B = 7.79%

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

#CC0912 (or 0xCC0912) is known color: Venetian Red. HEX triplet: CC, 09 and 12. RGB value is (204,9,18). Sum of RGB (Red+Green+Blue) = 204+9+18=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0912 is #33F6ED. Grayscale: #444444. Windows color (decimal): -3405550 or 1182156. OLE color: 1182156.

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

Color convert

RGB 204 9 18 -
CMYK 0 0.96 0.91 0.2
HSL 357.23º 0.92% 0.42% -
HSV(B) 357.23º 0.96% 0.8% -
XYZ 25.11 13.08 1.77 -
YUV 68.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 204 9 18 0 0.96 0.91 0.2 357.23 0.92 0.42
Hex CC 9 12 0 60 5B 14 165 5C 2A
Octal 314 11 22 0 140 133 24 545 134 52
Binary 11001100 1001 10010 0 1100000 1011011 10100 101100101 1011100 101010

Color Harmonies of #CC0912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0912

Black with #CC0912

Text Example


Text Example

White with #CC0912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0912; }

 p { color: rgb(204,9,18); }

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

background-color css

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

 a { background-color: rgb(204,9,18); }

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

border-color css

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

 span { border-color: rgb(204,9,18); }

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