Html Css Color HEX #C90124 Venetian Red

📋 copy color: '#C90124'

red 201 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #C90124

Tints of Venetian Red #C90124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.13%

R = 84.45%
G = 0.42%
B = 15.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90124 (or 0xC90124) is known color: Venetian Red. HEX triplet: C9, 01 and 24. RGB value is (201,1,36). Sum of RGB (Red+Green+Blue) = 201+1+36=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C90124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90124 is #36FEDB. Grayscale: #404040. Windows color (decimal): -3604188 or 2359753. OLE color: 2359753.

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

Color convert

RGB 201 1 36 -
CMYK 0 1.00 0.82 0.21
HSL 349.5º 0.99% 0.4% -
HSV(B) 349.5º 1% 0.79% -
XYZ 24.42 12.57 2.81 -
YUV 64.79 111.76 225.15 -
System Red Green Blue C M Y K H S L
Decimal 201 1 36 0 1.00 0.82 0.21 349.5 0.99 0.4
Hex C9 1 24 0 64 52 15 15E 63 28
Octal 311 1 44 0 144 122 25 536 143 50
Binary 11001001 1 100100 0 1100100 1010010 10101 101011110 1100011 101000

Color Harmonies of #C90124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90124

Black with #C90124

Text Example


Text Example

White with #C90124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90124; }

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

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

background-color css

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

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

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

border-color css

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

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

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