Html Css Color HEX #991C15 Mandarian Orange

📋 copy color: '#991C15'

red 153 ◦ green 28 ◦ blue 21

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

Shades of Mandarian Orange #991C15

Tints of Mandarian Orange #991C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 75.74%
G = 13.86%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#991C15 (or 0x991C15) is known color: Mandarian Orange. HEX triplet: 99, 1C and 15. RGB value is (153,28,21). Sum of RGB (Red+Green+Blue) = 153+28+21=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #991C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991C15 is #66E3EA. Grayscale: #404040. Windows color (decimal): -6743019 or 1383577. OLE color: 1383577.

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

Color convert

RGB 153 28 21 -
CMYK 0 0.82 0.86 0.4
HSL 3.18º 0.76% 0.34% -
HSV(B) 3.18º 0.86% 0.6% -
XYZ 13.69 7.66 1.47 -
YUV 64.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 153 28 21 0 0.82 0.86 0.4 3.18 0.76 0.34
Hex 99 1C 15 0 52 56 28 3 4C 22
Octal 231 34 25 0 122 126 50 3 114 42
Binary 10011001 11100 10101 0 1010010 1010110 101000 11 1001100 100010

Color Harmonies of #991C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C15

Black with #991C15

Text Example


Text Example

White with #991C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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