#C20724

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

Shades of Venetian Red #C20724

Tints of Venetian Red #C20724

Color information

#C20724 (or 0xC20724) is unknown color: approx Venetian Red. HEX triplet: C2, 07 and 24. RGB value is (194,7,36). Sum of RGB (Red+Green+Blue) = 194+7+36=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C20724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20724 is #3DF8DB. Grayscale: #424242. Windows color (decimal): -4061404 or 2361282. OLE color: 2361282.

HSL color Cylindrical-coordinate representation of color #C20724: hue angle of 350.7º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20724 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB194736-
CMYK00.960.810.24
HSL350.7º93.03%39.41%-
HSV(B)350.7º96.39%76.08%-
XYZ22.6411.752.74-
YUV66.22110.95219.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 81.86%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 36 (14.45% from 255) = 15.19%
R=81.86%
G=2.95%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19473600.960.810.24350.793.0339.41
HexC2724060511815f5d27
Octal30274401401213053713547
Binary11000010111100100011000001010001110001010111111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20724; }

 p { color: rgb(194,7,36); }

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

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

 a { background-color: rgb(194,7,36); }

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

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

 span { border-color: rgb(194,7,36); }

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