Html Css Color HEX #C90516 Venetian Red

📋 copy color: '#C90516'

red 201 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #C90516

Tints of Venetian Red #C90516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

 BLUE value IS 22 (8.98% from 255) = 9.65%

R = 88.16%
G = 2.19%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C90516 (or 0xC90516) is known color: Venetian Red. HEX triplet: C9, 05 and 16. RGB value is (201,5,22). Sum of RGB (Red+Green+Blue) = 201+5+22=228 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.16% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 201 - color contains mainly: red. Hex color #C90516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90516 is #36FAE9. Grayscale: #414141. Windows color (decimal): -3603178 or 1443273. OLE color: 1443273.

HSL color Cylindrical-coordinate representation of color #C90516: hue angle of 354.8º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90516 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 22 -
CMYK 0 0.98 0.89 0.21
HSL 354.8º 0.95% 0.4% -
HSV(B) 354.8º 0.98% 0.79% -
XYZ 24.29 12.58 1.91 -
YUV 65.54 103.43 224.62 -
System Red Green Blue C M Y K H S L
Decimal 201 5 22 0 0.98 0.89 0.21 354.8 0.95 0.4
Hex C9 5 16 0 62 59 15 163 5F 28
Octal 311 5 26 0 142 131 25 543 137 50
Binary 11001001 101 10110 0 1100010 1011001 10101 101100011 1011111 101000

Color Harmonies of #C90516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90516

Black with #C90516

Text Example


Text Example

White with #C90516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90516; }

 p { color: rgb(201,5,22); }

 H1.HeaderClassName
 {
   color: #C90516;
 }
 .AnyTagClassName
 {
   color: #C90516;
 }
</style>

background-color css

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

 a { background-color: rgb(201,5,22); }

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

border-color css

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

 span { border-color: rgb(201,5,22); }

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