Html Css Color HEX #C90322 Venetian Red

📋 copy color: '#C90322'

red 201 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #C90322

Tints of Venetian Red #C90322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 84.45%
G = 1.26%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C90322 (or 0xC90322) is known color: Venetian Red. HEX triplet: C9, 03 and 22. RGB value is (201,3,34). Sum of RGB (Red+Green+Blue) = 201+3+34=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C90322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90322 is #36FCDD. Grayscale: #414141. Windows color (decimal): -3603678 or 2229193. OLE color: 2229193.

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

Color convert

RGB 201 3 34 -
CMYK 0 0.99 0.83 0.21
HSL 350.61º 0.97% 0.4% -
HSV(B) 350.61º 0.99% 0.79% -
XYZ 24.41 12.6 2.66 -
YUV 65.74 110.1 224.48 -
System Red Green Blue C M Y K H S L
Decimal 201 3 34 0 0.99 0.83 0.21 350.61 0.97 0.4
Hex C9 3 22 0 63 53 15 15F 61 28
Octal 311 3 42 0 143 123 25 537 141 50
Binary 11001001 11 100010 0 1100011 1010011 10101 101011111 1100001 101000

Color Harmonies of #C90322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90322

Black with #C90322

Text Example


Text Example

White with #C90322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90322; }

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

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

background-color css

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

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

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

border-color css

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

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

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