Html Css Color HEX #C90922 Venetian Red

📋 copy color: '#C90922'

red 201 ◦ green 9 ◦ blue 34

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

Shades of Venetian Red #C90922

Tints of Venetian Red #C90922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.93%

R = 82.38%
G = 3.69%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C90922 (or 0xC90922) is known color: Venetian Red. HEX triplet: C9, 09 and 22. RGB value is (201,9,34). Sum of RGB (Red+Green+Blue) = 201+9+34=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C90922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90922 is #36F6DD. Grayscale: #454545. Windows color (decimal): -3602142 or 2230729. OLE color: 2230729.

HSL color Cylindrical-coordinate representation of color #C90922: hue angle of 352.19º 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 #C90922 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 9 34 -
CMYK 0 0.96 0.83 0.21
HSL 352.19º 0.91% 0.41% -
HSV(B) 352.19º 0.96% 0.79% -
XYZ 24.47 12.73 2.68 -
YUV 69.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 201 9 34 0 0.96 0.83 0.21 352.19 0.91 0.41
Hex C9 9 22 0 60 53 15 160 5B 29
Octal 311 11 42 0 140 123 25 540 133 51
Binary 11001001 1001 100010 0 1100000 1010011 10101 101100000 1011011 101001

Color Harmonies of #C90922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90922

Black with #C90922

Text Example


Text Example

White with #C90922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90922; }

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

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

background-color css

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

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

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

border-color css

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

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

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