Html Css Color HEX #9A211C Mandarian Orange

📋 copy color: '#9A211C'

red 154 ◦ green 33 ◦ blue 28

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

Shades of Mandarian Orange #9A211C

Tints of Mandarian Orange #9A211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 71.63%
G = 15.35%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A211C (or 0x9A211C) is known color: Mandarian Orange. HEX triplet: 9A, 21 and 1C. RGB value is (154,33,28). Sum of RGB (Red+Green+Blue) = 154+33+28=215 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.63% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 154 - color contains mainly: red. Hex color #9A211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A211C is #65DEE3. Grayscale: #444444. Windows color (decimal): -6676196 or 1843610. OLE color: 1843610.

HSL color Cylindrical-coordinate representation of color #9A211C: hue angle of 2.38º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A211C is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 33 28 -
CMYK 0 0.79 0.82 0.40
HSL 2.38º 0.69% 0.36% -
HSV(B) 2.38º 0.82% 0.6% -
XYZ 14.08 8.04 1.91 -
YUV 68.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 154 33 28 0 0.79 0.82 0.40 2.38 0.69 0.36
Hex 9A 21 1C 0 4F 52 28 2 45 24
Octal 232 41 34 0 117 122 50 2 105 44
Binary 10011010 100001 11100 0 1001111 1010010 101000 10 1000101 100100

Color Harmonies of #9A211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A211C

Black with #9A211C

Text Example


Text Example

White with #9A211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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