Html Css Color HEX #C90120 Venetian Red

📋 copy color: '#C90120'

red 201 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #C90120

Tints of Venetian Red #C90120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 85.9%
G = 0.43%
B = 13.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C90120 (or 0xC90120) is known color: Venetian Red. HEX triplet: C9, 01 and 20. RGB value is (201,1,32). Sum of RGB (Red+Green+Blue) = 201+1+32=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C90120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90120 is #36FEDF. Grayscale: #404040. Windows color (decimal): -3604192 or 2097609. OLE color: 2097609.

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

Color convert

RGB 201 1 32 -
CMYK 0 1.00 0.84 0.21
HSL 350.7º 0.99% 0.4% -
HSV(B) 350.7º 1% 0.79% -
XYZ 24.36 12.54 2.5 -
YUV 64.33 109.76 225.48 -
System Red Green Blue C M Y K H S L
Decimal 201 1 32 0 1.00 0.84 0.21 350.7 0.99 0.4
Hex C9 1 20 0 64 54 15 15F 63 28
Octal 311 1 40 0 144 124 25 537 143 50
Binary 11001001 1 100000 0 1100100 1010100 10101 101011111 1100011 101000

Color Harmonies of #C90120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90120

Black with #C90120

Text Example


Text Example

White with #C90120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90120; }

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

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

background-color css

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

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

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

border-color css

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

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

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