Html Css Color HEX #90111E Carmine

📋 copy color: '#90111E'

red 144 ◦ green 17 ◦ blue 30

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

Shades of Carmine #90111E

Tints of Carmine #90111E

RGB

 RED value IS 144 (56.64% from 255) = 75.39%

 GREEN value IS 17 (7.03% from 255) = 8.9%

 BLUE value IS 30 (12.11% from 255) = 15.71%

R = 75.39%
G = 8.9%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90111E (or 0x90111E) is known color: Carmine. HEX triplet: 90, 11 and 1E. RGB value is (144,17,30). Sum of RGB (Red+Green+Blue) = 144+17+30=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #90111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90111E is #6FEEE1. Grayscale: #383838. Windows color (decimal): -7335650 or 1970576. OLE color: 1970576.

HSL color Cylindrical-coordinate representation of color #90111E: hue angle of 353.86º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90111E is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 17 30 -
CMYK 0 0.88 0.79 0.44
HSL 353.86º 0.79% 0.32% -
HSV(B) 353.86º 0.88% 0.56% -
XYZ 11.94 6.42 1.84 -
YUV 56.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 144 17 30 0 0.88 0.79 0.44 353.86 0.79 0.32
Hex 90 11 1E 0 58 4F 2C 162 4F 20
Octal 220 21 36 0 130 117 54 542 117 40
Binary 10010000 10001 11110 0 1011000 1001111 101100 101100010 1001111 100000

Color Harmonies of #90111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90111E

Black with #90111E

Text Example


Text Example

White with #90111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90111E; }

 p { color: rgb(144,17,30); }

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

background-color css

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

 a { background-color: rgb(144,17,30); }

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

border-color css

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

 span { border-color: rgb(144,17,30); }

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