Html Css Color HEX #C90916 Venetian Red

📋 copy color: '#C90916'

red 201 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #C90916

Tints of Venetian Red #C90916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 86.64%
G = 3.88%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C90916 (or 0xC90916) is known color: Venetian Red. HEX triplet: C9, 09 and 16. RGB value is (201,9,22). Sum of RGB (Red+Green+Blue) = 201+9+22=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C90916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90916 is #36F6E9. Grayscale: #444444. Windows color (decimal): -3602154 or 1444297. OLE color: 1444297.

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

Color convert

RGB 201 9 22 -
CMYK 0 0.96 0.89 0.21
HSL 355.94º 0.91% 0.41% -
HSV(B) 355.94º 0.96% 0.79% -
XYZ 24.33 12.67 1.92 -
YUV 67.89 102.11 222.94 -
System Red Green Blue C M Y K H S L
Decimal 201 9 22 0 0.96 0.89 0.21 355.94 0.91 0.41
Hex C9 9 16 0 60 59 15 164 5B 29
Octal 311 11 26 0 140 131 25 544 133 51
Binary 11001001 1001 10110 0 1100000 1011001 10101 101100100 1011011 101001

Color Harmonies of #C90916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90916

Black with #C90916

Text Example


Text Example

White with #C90916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90916; }

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

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

background-color css

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

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

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

border-color css

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

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

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