Html Css Color HEX #CC1011 Venetian Red

📋 copy color: '#CC1011'

red 204 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #CC1011

Tints of Venetian Red #CC1011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.17%

R = 86.08%
G = 6.75%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC1011 (or 0xCC1011) is known color: Venetian Red. HEX triplet: CC, 10 and 11. RGB value is (204,16,17). Sum of RGB (Red+Green+Blue) = 204+16+17=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1011 is #33EFEE. Grayscale: #484848. Windows color (decimal): -3403759 or 1118412. OLE color: 1118412.

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

Color convert

RGB 204 16 17 -
CMYK 0 0.92 0.92 0.2
HSL 359.68º 0.85% 0.43% -
HSV(B) 359.68º 0.92% 0.8% -
XYZ 25.19 13.25 1.76 -
YUV 72.33 96.78 221.92 -
System Red Green Blue C M Y K H S L
Decimal 204 16 17 0 0.92 0.92 0.2 359.68 0.85 0.43
Hex CC 10 11 0 5C 5C 14 168 55 2B
Octal 314 20 21 0 134 134 24 550 125 53
Binary 11001100 10000 10001 0 1011100 1011100 10100 101101000 1010101 101011

Color Harmonies of #CC1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1011

Black with #CC1011

Text Example


Text Example

White with #CC1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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