Html Css Color HEX #C90522 Venetian Red

📋 copy color: '#C90522'

red 201 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #C90522

Tints of Venetian Red #C90522

RGB

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

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

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

R = 83.75%
G = 2.08%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C90522 (or 0xC90522) is known color: Venetian Red. HEX triplet: C9, 05 and 22. RGB value is (201,5,34). Sum of RGB (Red+Green+Blue) = 201+5+34=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C90522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90522 is #36FADD. Grayscale: #424242. Windows color (decimal): -3603166 or 2229705. OLE color: 2229705.

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

Color convert

RGB 201 5 34 -
CMYK 0 0.98 0.83 0.21
HSL 351.12º 0.95% 0.4% -
HSV(B) 351.12º 0.98% 0.79% -
XYZ 24.43 12.64 2.67 -
YUV 66.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 201 5 34 0 0.98 0.83 0.21 351.12 0.95 0.4
Hex C9 5 22 0 62 53 15 15F 5F 28
Octal 311 5 42 0 142 123 25 537 137 50
Binary 11001001 101 100010 0 1100010 1010011 10101 101011111 1011111 101000

Color Harmonies of #C90522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90522

Black with #C90522

Text Example


Text Example

White with #C90522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90522; }

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

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

background-color css

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

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

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

border-color css

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

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

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