Html Css Color HEX #C90722 Venetian Red

📋 copy color: '#C90722'

red 201 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #C90722

Tints of Venetian Red #C90722

RGB

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

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

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

R = 83.06%
G = 2.89%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C90722 (or 0xC90722) is known color: Venetian Red. HEX triplet: C9, 07 and 22. RGB value is (201,7,34). Sum of RGB (Red+Green+Blue) = 201+7+34=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C90722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90722 is #36F8DD. Grayscale: #444444. Windows color (decimal): -3602654 or 2230217. OLE color: 2230217.

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

Color convert

RGB 201 7 34 -
CMYK 0 0.97 0.83 0.21
HSL 351.65º 0.93% 0.41% -
HSV(B) 351.65º 0.97% 0.79% -
XYZ 24.45 12.68 2.67 -
YUV 68.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 201 7 34 0 0.97 0.83 0.21 351.65 0.93 0.41
Hex C9 7 22 0 61 53 15 160 5D 29
Octal 311 7 42 0 141 123 25 540 135 51
Binary 11001001 111 100010 0 1100001 1010011 10101 101100000 1011101 101001

Color Harmonies of #C90722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90722

Black with #C90722

Text Example


Text Example

White with #C90722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90722; }

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

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

background-color css

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

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

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

border-color css

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

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

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