#C90710

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

Shades of Venetian Red #C90710

Tints of Venetian Red #C90710

Color information

#C90710 (or 0xC90710) is unknown color: approx Venetian Red. HEX triplet: C9, 07 and 10. RGB value is (201,7,16). Sum of RGB (Red+Green+Blue) = 201+7+16=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C90710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90710 is #36F8EF. Grayscale: #424242. Windows color (decimal): -3602672 or 1050569. OLE color: 1050569.

HSL color Cylindrical-coordinate representation of color #C90710: hue angle of 357.22º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90710 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB201716-
CMYK00.970.920.21
HSL357.22º93.27%40.78%-
HSV(B)357.22º96.52%78.82%-
XYZ24.2612.611.65-
YUV66.0399.77224.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 89.73%
GREEN value IS 7 (3.12% from 255) = 3.12%
BLUE value IS 16 (6.64% from 255) = 7.14%
R=89.73%
G=3.12%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20171600.970.920.21357.2293.2740.78
HexC97100615C151655d29
Octal31172001411342554513551
Binary1100100111110000011000011011100101011011001011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90710; }

 p { color: rgb(201,7,16); }

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

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

 a { background-color: rgb(201,7,16); }

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

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

 span { border-color: rgb(201,7,16); }

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