#C40721

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

Shades of Venetian Red #C40721

Tints of Venetian Red #C40721

Color information

#C40721 (or 0xC40721) is unknown color: approx Venetian Red. HEX triplet: C4, 07 and 21. RGB value is (196,7,33). Sum of RGB (Red+Green+Blue) = 196+7+33=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C40721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40721 is #3BF8DE. Grayscale: #424242. Windows color (decimal): -3930335 or 2164676. OLE color: 2164676.

HSL color Cylindrical-coordinate representation of color #C40721: hue angle of 351.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40721 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB196733-
CMYK00.960.830.23
HSL351.75º93.1%39.8%-
HSV(B)351.75º96.43%76.86%-
XYZ23.12122.54-
YUV66.47109.12220.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 83.05%
GREEN value IS 7 (3.12% from 255) = 2.97%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=83.05%
G=2.97%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19673300.960.830.23351.7593.139.8
HexC472106053171605d28
Octal30474101401232754013550
Binary11000100111100001011000001010011101111011000001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40721; }

 p { color: rgb(196,7,33); }

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

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

 a { background-color: rgb(196,7,33); }

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

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

 span { border-color: rgb(196,7,33); }

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