Html Css Color HEX #C90118 Venetian Red

📋 copy color: '#C90118'

red 201 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #C90118

Tints of Venetian Red #C90118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.62%

R = 88.94%
G = 0.44%
B = 10.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C90118 (or 0xC90118) is known color: Venetian Red. HEX triplet: C9, 01 and 18. RGB value is (201,1,24). Sum of RGB (Red+Green+Blue) = 201+1+24=226 (29% of max value = 765). Red value is 201 (78.91% from 255 or 88.94% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 201 - color contains mainly: red. Hex color #C90118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90118 is #36FEE7. Grayscale: #3F3F3F. Windows color (decimal): -3604200 or 1573321. OLE color: 1573321.

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

Color convert

RGB 201 1 24 -
CMYK 0 1.00 0.88 0.21
HSL 353.1º 0.99% 0.4% -
HSV(B) 353.1º 1% 0.79% -
XYZ 24.26 12.51 2 -
YUV 63.42 105.76 226.13 -
System Red Green Blue C M Y K H S L
Decimal 201 1 24 0 1.00 0.88 0.21 353.1 0.99 0.4
Hex C9 1 18 0 64 58 15 161 63 28
Octal 311 1 30 0 144 130 25 541 143 50
Binary 11001001 1 11000 0 1100100 1011000 10101 101100001 1100011 101000

Color Harmonies of #C90118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90118

Black with #C90118

Text Example


Text Example

White with #C90118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90118; }

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

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

background-color css

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

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

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

border-color css

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

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

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