Html Css Color HEX #CC1012 Venetian Red

📋 copy color: '#CC1012'

red 204 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #CC1012

Tints of Venetian Red #CC1012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

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

R = 85.71%
G = 6.72%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC1012 (or 0xCC1012) is known color: Venetian Red. HEX triplet: CC, 10 and 12. RGB value is (204,16,18). Sum of RGB (Red+Green+Blue) = 204+16+18=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1012 is #33EFED. Grayscale: #484848. Windows color (decimal): -3403758 or 1183948. OLE color: 1183948.

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

Color convert

RGB 204 16 18 -
CMYK 0 0.92 0.91 0.2
HSL 359.36º 0.85% 0.43% -
HSV(B) 359.36º 0.92% 0.8% -
XYZ 25.2 13.25 1.8 -
YUV 72.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 204 16 18 0 0.92 0.91 0.2 359.36 0.85 0.43
Hex CC 10 12 0 5C 5B 14 167 55 2B
Octal 314 20 22 0 134 133 24 547 125 53
Binary 11001100 10000 10010 0 1011100 1011011 10100 101100111 1010101 101011

Color Harmonies of #CC1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1012

Black with #CC1012

Text Example


Text Example

White with #CC1012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1012; }

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

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

background-color css

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

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

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

border-color css

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

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

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