Html Css Color HEX #CC0C1E Venetian Red

📋 copy color: '#CC0C1E'

red 204 ◦ green 12 ◦ blue 30

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

Shades of Venetian Red #CC0C1E

Tints of Venetian Red #CC0C1E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.88%

 BLUE value IS 30 (12.11% from 255) = 12.2%

R = 82.93%
G = 4.88%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC0C1E (or 0xCC0C1E) is known color: Venetian Red. HEX triplet: CC, 0C and 1E. RGB value is (204,12,30). Sum of RGB (Red+Green+Blue) = 204+12+30=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C1E is #33F3E1. Grayscale: #474747. Windows color (decimal): -3404770 or 1969356. OLE color: 1969356.

HSL color Cylindrical-coordinate representation of color #CC0C1E: hue angle of 354.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C1E is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 12 30 -
CMYK 0 0.94 0.85 0.2
HSL 354.38º 0.89% 0.42% -
HSV(B) 354.38º 0.94% 0.8% -
XYZ 25.27 13.19 2.44 -
YUV 71.46 104.61 222.54 -
System Red Green Blue C M Y K H S L
Decimal 204 12 30 0 0.94 0.85 0.2 354.38 0.89 0.42
Hex CC C 1E 0 5E 55 14 162 59 2A
Octal 314 14 36 0 136 125 24 542 131 52
Binary 11001100 1100 11110 0 1011110 1010101 10100 101100010 1011001 101010

Color Harmonies of #CC0C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C1E

Black with #CC0C1E

Text Example


Text Example

White with #CC0C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C1E; }

 p { color: rgb(204,12,30); }

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

background-color css

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

 a { background-color: rgb(204,12,30); }

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

border-color css

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

 span { border-color: rgb(204,12,30); }

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