Html Css Color HEX #9A211F Mandarian Orange

📋 copy color: '#9A211F'

red 154 ◦ green 33 ◦ blue 31

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

Shades of Mandarian Orange #9A211F

Tints of Mandarian Orange #9A211F

RGB

 RED value IS 154 (60.55% from 255) = 70.64%

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 31 (12.5% from 255) = 14.22%

R = 70.64%
G = 15.14%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A211F (or 0x9A211F) is known color: Mandarian Orange. HEX triplet: 9A, 21 and 1F. RGB value is (154,33,31). Sum of RGB (Red+Green+Blue) = 154+33+31=218 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.64% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 154 - color contains mainly: red. Hex color #9A211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A211F is #65DEE0. Grayscale: #454545. Windows color (decimal): -6676193 or 2040218. OLE color: 2040218.

HSL color Cylindrical-coordinate representation of color #9A211F: hue angle of 0.98º degrees, saturation: 0.66, 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 #9A211F is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 33 31 -
CMYK 0 0.79 0.80 0.40
HSL 0.98º 0.66% 0.36% -
HSV(B) 0.98º 0.8% 0.6% -
XYZ 14.12 8.06 2.11 -
YUV 68.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 154 33 31 0 0.79 0.80 0.40 0.98 0.66 0.36
Hex 9A 21 1F 0 4F 50 28 1 42 24
Octal 232 41 37 0 117 120 50 1 102 44
Binary 10011010 100001 11111 0 1001111 1010000 101000 1 1000010 100100

Color Harmonies of #9A211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A211F

Black with #9A211F

Text Example


Text Example

White with #9A211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A211F; }

 p { color: rgb(154,33,31); }

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

background-color css

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

 a { background-color: rgb(154,33,31); }

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

border-color css

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

 span { border-color: rgb(154,33,31); }

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