#CC0513

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

Shades of Venetian Red #CC0513

Tints of Venetian Red #CC0513

Color information

#CC0513 (or 0xCC0513) is unknown color: approx Venetian Red. HEX triplet: CC, 05 and 13. RGB value is (204,5,19). Sum of RGB (Red+Green+Blue) = 204+5+19=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0513 is #33FAEC. Grayscale: #424242. Windows color (decimal): -3406573 or 1246668. OLE color: 1246668.

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

Color convert

RGB204519-
CMYK00.980.910.2
HSL355.78º95.22%40.98%-
HSV(B)355.78º97.55%80%-
XYZ25.0712.991.8-
YUV66.1101.43226.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 89.47%
GREEN value IS 5 (2.34% from 255) = 2.19%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=89.47%
G=2.19%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20451900.980.910.2355.7895.2240.98
HexCC5130625B141645f29
Octal31452301421332454413751
Binary1100110010110011011000101011011101001011001001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0513; }

 p { color: rgb(204,5,19); }

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

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

 a { background-color: rgb(204,5,19); }

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

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

 span { border-color: rgb(204,5,19); }

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