Html Css Color HEX #C90222 Venetian Red

📋 copy color: '#C90222'

red 201 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #C90222

Tints of Venetian Red #C90222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 84.81%
G = 0.84%
B = 14.35%

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

#C90222 (or 0xC90222) is known color: Venetian Red. HEX triplet: C9, 02 and 22. RGB value is (201,2,34). Sum of RGB (Red+Green+Blue) = 201+2+34=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C90222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90222 is #36FDDD. Grayscale: #414141. Windows color (decimal): -3603934 or 2228937. OLE color: 2228937.

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

Color convert

RGB 201 2 34 -
CMYK 0 0.99 0.83 0.21
HSL 350.35º 0.98% 0.4% -
HSV(B) 350.35º 0.99% 0.79% -
XYZ 24.4 12.58 2.65 -
YUV 65.15 110.43 224.9 -
System Red Green Blue C M Y K H S L
Decimal 201 2 34 0 0.99 0.83 0.21 350.35 0.98 0.4
Hex C9 2 22 0 63 53 15 15E 62 28
Octal 311 2 42 0 143 123 25 536 142 50
Binary 11001001 10 100010 0 1100011 1010011 10101 101011110 1100010 101000

Color Harmonies of #C90222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90222

Black with #C90222

Text Example


Text Example

White with #C90222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90222; }

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

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

background-color css

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

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

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

border-color css

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

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

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