Html Css Color HEX #CC0918 Venetian Red

📋 copy color: '#CC0918'

red 204 ◦ green 9 ◦ blue 24

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

Shades of Venetian Red #CC0918

Tints of Venetian Red #CC0918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.13%

R = 86.08%
G = 3.8%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC0918 (or 0xCC0918) is known color: Venetian Red. HEX triplet: CC, 09 and 18. RGB value is (204,9,24). Sum of RGB (Red+Green+Blue) = 204+9+24=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0918 is #33F6E7. Grayscale: #454545. Windows color (decimal): -3405544 or 1575372. OLE color: 1575372.

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

Color convert

RGB 204 9 24 -
CMYK 0 0.96 0.88 0.2
HSL 355.38º 0.92% 0.42% -
HSV(B) 355.38º 0.96% 0.8% -
XYZ 25.16 13.1 2.07 -
YUV 69.02 102.6 224.28 -
System Red Green Blue C M Y K H S L
Decimal 204 9 24 0 0.96 0.88 0.2 355.38 0.92 0.42
Hex CC 9 18 0 60 58 14 163 5C 2A
Octal 314 11 30 0 140 130 24 543 134 52
Binary 11001100 1001 11000 0 1100000 1011000 10100 101100011 1011100 101010

Color Harmonies of #CC0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0918

Black with #CC0918

Text Example


Text Example

White with #CC0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0918; }

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

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

background-color css

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

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

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

border-color css

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

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

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