#CC1117

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

Shades of Venetian Red #CC1117

Tints of Venetian Red #CC1117

Color information

#CC1117 (or 0xCC1117) is unknown color: approx Venetian Red. HEX triplet: CC, 11 and 17. RGB value is (204,17,23). Sum of RGB (Red+Green+Blue) = 204+17+23=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1117 is #33EEE8. Grayscale: #494949. Windows color (decimal): -3403497 or 1511884. OLE color: 1511884.

HSL color Cylindrical-coordinate representation of color #CC1117: hue angle of 358.07º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1117 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB2041723-
CMYK00.920.890.2
HSL358.07º84.62%43.33%-
HSV(B)358.07º91.67%80%-
XYZ25.2613.32.05-
YUV73.699.45221.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.61%
GREEN value IS 17 (7.03% from 255) = 6.97%
BLUE value IS 23 (9.38% from 255) = 9.43%
R=83.61%
G=6.97%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204172300.920.890.2358.0784.6243.33
HexCC111705C5914166552b
Octal314212701341312454612553
Binary110011001000110111010111001011001101001011001101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1117; }

 p { color: rgb(204,17,23); }

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

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

 a { background-color: rgb(204,17,23); }

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

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

 span { border-color: rgb(204,17,23); }

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