Html Css Color HEX #CC1215 Venetian Red

📋 copy color: '#CC1215'

red 204 ◦ green 18 ◦ blue 21

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

Shades of Venetian Red #CC1215

Tints of Venetian Red #CC1215

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 value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1215 (or 0xCC1215) is known color: 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

RGB 204 18 21 -
CMYK 0 0.91 0.90 0.2
HSL 359.03º 0.84% 0.44% -
HSV(B) 359.03º 0.91% 0.8% -
XYZ 25.25 13.32 1.95 -
YUV 73.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 204 18 21 0 0.91 0.90 0.2 359.03 0.84 0.44
Hex CC 12 15 0 5B 5A 14 167 54 2C
Octal 314 22 25 0 133 132 24 547 124 54
Binary 11001100 10010 10101 0 1011011 1011010 10100 101100111 1010100 101100

Color Harmonies of #CC1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1215

Black with #CC1215

Text Example


Text Example

White with #CC1215

Text Example


Text Example

HTML Codes & Css Web 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>