Html Css Color HEX #99201E Mandarian Orange

📋 copy color: '#99201E'

red 153 ◦ green 32 ◦ blue 30

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

Shades of Mandarian Orange #99201E

Tints of Mandarian Orange #99201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

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

R = 71.16%
G = 14.88%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99201E (or 0x99201E) is known color: Mandarian Orange. HEX triplet: 99, 20 and 1E. RGB value is (153,32,30). Sum of RGB (Red+Green+Blue) = 153+32+30=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #99201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99201E is #66DFE1. Grayscale: #444444. Windows color (decimal): -6741986 or 1974425. OLE color: 1974425.

HSL color Cylindrical-coordinate representation of color #99201E: hue angle of 0.98º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99201E is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 30 -
CMYK 0 0.79 0.80 0.4
HSL 0.98º 0.67% 0.36% -
HSV(B) 0.98º 0.8% 0.6% -
XYZ 13.89 7.9 2.02 -
YUV 67.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 153 32 30 0 0.79 0.80 0.4 0.98 0.67 0.36
Hex 99 20 1E 0 4F 50 28 1 43 24
Octal 231 40 36 0 117 120 50 1 103 44
Binary 10011001 100000 11110 0 1001111 1010000 101000 1 1000011 100100

Color Harmonies of #99201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99201E

Black with #99201E

Text Example


Text Example

White with #99201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,32,30); }

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

background-color css

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

 a { background-color: rgb(153,32,30); }

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

border-color css

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

 span { border-color: rgb(153,32,30); }

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