Html Css Color HEX #C90022 Venetian Red

📋 copy color: '#C90022'

red 201 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #C90022

Tints of Venetian Red #C90022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.53%
G = 0%
B = 14.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C90022 (or 0xC90022) is known color: Venetian Red. HEX triplet: C9, 00 and 22. RGB value is (201,0,34). Sum of RGB (Red+Green+Blue) = 201+0+34=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C90022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90022 is #36FFDD. Grayscale: #404040. Windows color (decimal): -3604446 or 2228425. OLE color: 2228425.

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

Color convert

RGB 201 0 34 -
CMYK 0 1 0.83 0.21
HSL 349.85º 1% 0.39% -
HSV(B) 349.85º 1% 0.79% -
XYZ 24.38 12.53 2.65 -
YUV 63.98 111.09 225.74 -
System Red Green Blue C M Y K H S L
Decimal 201 0 34 0 1 0.83 0.21 349.85 1 0.39
Hex C9 0 22 0 64 53 15 15E 64 27
Octal 311 0 42 0 144 123 25 536 144 47
Binary 11001001 0 100010 0 1100100 1010011 10101 101011110 1100100 100111

Color Harmonies of #C90022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90022

Black with #C90022

Text Example


Text Example

White with #C90022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90022; }

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

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

background-color css

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

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

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

border-color css

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

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

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