Html Css Color HEX #C90020 Venetian Red

📋 copy color: '#C90020'

red 201 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #C90020

Tints of Venetian Red #C90020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 86.27%
G = 0%
B = 13.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C90020 (or 0xC90020) is known color: Venetian Red. HEX triplet: C9, 00 and 20. RGB value is (201,0,32). Sum of RGB (Red+Green+Blue) = 201+0+32=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C90020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90020 is #36FFDF. Grayscale: #3F3F3F. Windows color (decimal): -3604448 or 2097353. OLE color: 2097353.

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

Color convert

RGB 201 0 32 -
CMYK 0 1 0.84 0.21
HSL 350.45º 1% 0.39% -
HSV(B) 350.45º 1% 0.79% -
XYZ 24.35 12.52 2.5 -
YUV 63.75 110.09 225.9 -
System Red Green Blue C M Y K H S L
Decimal 201 0 32 0 1 0.84 0.21 350.45 1 0.39
Hex C9 0 20 0 64 54 15 15E 64 27
Octal 311 0 40 0 144 124 25 536 144 47
Binary 11001001 0 100000 0 1100100 1010100 10101 101011110 1100100 100111

Color Harmonies of #C90020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90020

Black with #C90020

Text Example


Text Example

White with #C90020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90020; }

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

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

background-color css

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

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

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

border-color css

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

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

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