Html Css Color HEX #CC1115 Venetian Red

📋 copy color: '#CC1115'

red 204 ◦ green 17 ◦ blue 21

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

Shades of Venetian Red #CC1115

Tints of Venetian Red #CC1115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 84.3%
G = 7.02%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1115 (or 0xCC1115) is known color: Venetian Red. HEX triplet: CC, 11 and 15. RGB value is (204,17,21). Sum of RGB (Red+Green+Blue) = 204+17+21=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1115 is #33EEEA. Grayscale: #494949. Windows color (decimal): -3403499 or 1380812. OLE color: 1380812.

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

Color convert

RGB 204 17 21 -
CMYK 0 0.92 0.90 0.2
HSL 358.72º 0.85% 0.43% -
HSV(B) 358.72º 0.92% 0.8% -
XYZ 25.24 13.29 1.94 -
YUV 73.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 204 17 21 0 0.92 0.90 0.2 358.72 0.85 0.43
Hex CC 11 15 0 5C 5A 14 167 55 2B
Octal 314 21 25 0 134 132 24 547 125 53
Binary 11001100 10001 10101 0 1011100 1011010 10100 101100111 1010101 101011

Color Harmonies of #CC1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1115

Black with #CC1115

Text Example


Text Example

White with #CC1115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1115; }

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

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

background-color css

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

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

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

border-color css

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

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

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