#CC0514

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

Shades of Venetian Red #CC0514

Tints of Venetian Red #CC0514

Color information

#CC0514 (or 0xCC0514) is unknown color: approx Venetian Red. HEX triplet: CC, 05 and 14. RGB value is (204,5,20). Sum of RGB (Red+Green+Blue) = 204+5+20=229 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.08% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0514 is #33FAEB. Grayscale: #424242. Windows color (decimal): -3406572 or 1312204. OLE color: 1312204.

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

Color convert

RGB204520-
CMYK00.980.900.2
HSL355.48º95.22%40.98%-
HSV(B)355.48º97.55%80%-
XYZ25.08131.85-
YUV66.21101.93226.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 89.08%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=89.08%
G=2.18%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20452000.980.900.2355.4895.2240.98
HexCC5140625A141635f29
Octal31452401421322454313751
Binary1100110010110100011000101011010101001011000111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0514; }

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

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

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

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

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

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

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

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