Html Css Color HEX #991C14 Mandarian Orange

📋 copy color: '#991C14'

red 153 ◦ green 28 ◦ blue 20

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

Shades of Mandarian Orange #991C14

Tints of Mandarian Orange #991C14

RGB

 RED value IS 153 (60.16% from 255) = 76.12%

 GREEN value IS 28 (11.33% from 255) = 13.93%

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 76.12%
G = 13.93%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#991C14 (or 0x991C14) is known color: Mandarian Orange. HEX triplet: 99, 1C and 14. RGB value is (153,28,20). Sum of RGB (Red+Green+Blue) = 153+28+20=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #991C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991C14 is #66E3EB. Grayscale: #404040. Windows color (decimal): -6743020 or 1318041. OLE color: 1318041.

HSL color Cylindrical-coordinate representation of color #991C14: hue angle of 3.61º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991C14 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 28 20 -
CMYK 0 0.82 0.87 0.4
HSL 3.61º 0.77% 0.34% -
HSV(B) 3.61º 0.87% 0.6% -
XYZ 13.68 7.65 1.42 -
YUV 64.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 153 28 20 0 0.82 0.87 0.4 3.61 0.77 0.34
Hex 99 1C 14 0 52 57 28 4 4D 22
Octal 231 34 24 0 122 127 50 4 115 42
Binary 10011001 11100 10100 0 1010010 1010111 101000 100 1001101 100010

Color Harmonies of #991C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C14

Black with #991C14

Text Example


Text Example

White with #991C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991C14; }

 p { color: rgb(153,28,20); }

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

background-color css

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

 a { background-color: rgb(153,28,20); }

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

border-color css

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

 span { border-color: rgb(153,28,20); }

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