#C21217

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

Shades of Venetian Red #C21217

Tints of Venetian Red #C21217

Color information

#C21217 (or 0xC21217) is unknown color: approx Venetian Red. HEX triplet: C2, 12 and 17. RGB value is (194,18,23). Sum of RGB (Red+Green+Blue) = 194+18+23=235 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.55% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 194 - color contains mainly: red. Hex color #C21217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21217 is #3DEDE8. Grayscale: #474747. Windows color (decimal): -4058601 or 1512130. OLE color: 1512130.

HSL color Cylindrical-coordinate representation of color #C21217: hue angle of 358.3º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21217 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1941823-
CMYK00.910.880.24
HSL358.3º83.02%41.57%-
HSV(B)358.3º90.72%76.08%-
XYZ22.6211.961.93-
YUV71.19100.81215.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 82.55%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 23 (9.38% from 255) = 9.79%
R=82.55%
G=7.66%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194182300.910.880.24358.383.0241.57
HexC2121705B5818166532a
Octal302222701331303054612352
Binary110000101001010111010110111011000110001011001101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21217; }

 p { color: rgb(194,18,23); }

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

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

 a { background-color: rgb(194,18,23); }

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

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

 span { border-color: rgb(194,18,23); }

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