#C20A0F

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

Shades of Venetian Red #C20A0F

Tints of Venetian Red #C20A0F

Color information

#C20A0F (or 0xC20A0F) is unknown color: approx Venetian Red. HEX triplet: C2, 0A and 0F. RGB value is (194,10,15). Sum of RGB (Red+Green+Blue) = 194+10+15=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20A0F is #3DF5F0. Grayscale: #414141. Windows color (decimal): -4060657 or 985794. OLE color: 985794.

HSL color Cylindrical-coordinate representation of color #C20A0F: hue angle of 358.37º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20A0F is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB1941015-
CMYK00.950.920.24
HSL358.37º90.2%40%-
HSV(B)358.37º94.85%76.08%-
XYZ22.4411.721.53-
YUV65.5999.46219.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 88.58%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=88.58%
G=4.57%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194101500.950.920.24358.3790.240
HexC2AF05F5C181665a28
Octal302121701371343054613250
Binary1100001010101111010111111011100110001011001101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20A0F; }

 p { color: rgb(194,10,15); }

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

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

 a { background-color: rgb(194,10,15); }

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

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

 span { border-color: rgb(194,10,15); }

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