#C5020F

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

Shades of Venetian Red #C5020F

Tints of Venetian Red #C5020F

Color information

#C5020F (or 0xC5020F) is unknown color: approx Venetian Red. HEX triplet: C5, 02 and 0F. RGB value is (197,2,15). Sum of RGB (Red+Green+Blue) = 197+2+15=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C5020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5020F is #3AFDF0. Grayscale: #3D3D3D. Windows color (decimal): -3866097 or 983749. OLE color: 983749.

HSL color Cylindrical-coordinate representation of color #C5020F: hue angle of 356º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5020F is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB197215-
CMYK00.990.920.23
HSL356º97.99%39.02%-
HSV(B)356º98.98%77.25%-
XYZ23.1311.951.54-
YUV61.79101.6224.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 92.06%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 15 (6.25% from 255) = 7.01%
R=92.06%
G=0.93%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19721500.990.920.2335697.9939.02
HexC52F0635C171646227
Octal30521701431342754414247
Binary11000101101111011000111011100101111011001001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5020F; }

 p { color: rgb(197,2,15); }

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

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

 a { background-color: rgb(197,2,15); }

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

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

 span { border-color: rgb(197,2,15); }

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