Html Css Color HEX #C90710 Venetian Red

📋 copy color: '#C90710'

red 201 ◦ green 7 ◦ blue 16

#C90710
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #C90710

Tints of Venetian Red #C90710

RGB

 RED value IS 201 (78.91% from 255) = 89.73%

 GREEN value IS 7 (3.13% from 255) = 3.13%

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 89.73%
G = 3.13%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C90710 (or 0xC90710) is known color: 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

RGB 201 7 16 -
CMYK 0 0.97 0.92 0.21
HSL 357.22º 0.93% 0.41% -
HSV(B) 357.22º 0.97% 0.79% -
XYZ 24.26 12.61 1.65 -
YUV 66.03 99.77 224.27 -
System Red Green Blue C M Y K H S L
Decimal 201 7 16 0 0.97 0.92 0.21 357.22 0.93 0.41
Hex C9 7 10 0 61 5C 15 165 5D 29
Octal 311 7 20 0 141 134 25 545 135 51
Binary 11001001 111 10000 0 1100001 1011100 10101 101100101 1011101 101001

Color Harmonies of #C90710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90710

Black with #C90710

Text Example


Text Example

White with #C90710

Text Example


Text Example

HTML Codes & Css Web 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>