#CC1215

Color #CC1215 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #CC1215

Tints of Venetian Red #CC1215

Color information

#CC1215 (or 0xCC1215) is unknown color: approx Venetian Red. HEX triplet: CC, 12 and 15. RGB value is (204,18,21). Sum of RGB (Red+Green+Blue) = 204+18+21=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1215 is #33EDEA. Grayscale: #4A4A4A. Windows color (decimal): -3403243 or 1381068. OLE color: 1381068.

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

Color convert

RGB2041821-
CMYK00.910.900.2
HSL359.03º83.78%43.53%-
HSV(B)359.03º91.18%80%-
XYZ25.2513.321.95-
YUV73.9698.12220.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.95%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=83.95%
G=7.41%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204182100.910.900.2359.0383.7843.53
HexCC121505B5A14167542c
Octal314222501331322454712454
Binary110011001001010101010110111011010101001011001111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1215; }

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

 H1.HeaderClassName
 {
   color: #CC1215;
 }
 .AnyTagClassName
 {
   color: #CC1215;
 }
</style>
background-color css

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

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

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

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

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

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