#CC0015

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

Shades of Venetian Red #CC0015

Tints of Venetian Red #CC0015

Color information

#CC0015 (or 0xCC0015) is unknown color: approx Venetian Red. HEX triplet: CC, 00 and 15. RGB value is (204,0,21). Sum of RGB (Red+Green+Blue) = 204+0+21=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0015 is #33FFEA. Grayscale: #3F3F3F. Windows color (decimal): -3407851 or 1376460. OLE color: 1376460.

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

Color convert

RGB204021-
CMYK010.900.2
HSL353.82º100%40%-
HSV(B)353.82º100%80%-
XYZ25.0412.891.88-
YUV63.39104.09228.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 90.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=90.67%
G=0%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204021010.900.2353.8210040
HexCC0150645A141626428
Octal31402501441322454214450
Binary11001100010101011001001011010101001011000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0015; }

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

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

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

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

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

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

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

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