Html Css Color HEX #98211D Mandarian Orange

📋 copy color: '#98211D'

red 152 ◦ green 33 ◦ blue 29

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

Shades of Mandarian Orange #98211D

Tints of Mandarian Orange #98211D

RGB

 RED value IS 152 (59.77% from 255) = 71.03%

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

 BLUE value IS 29 (11.72% from 255) = 13.55%

R = 71.03%
G = 15.42%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98211D (or 0x98211D) is known color: Mandarian Orange. HEX triplet: 98, 21 and 1D. RGB value is (152,33,29). Sum of RGB (Red+Green+Blue) = 152+33+29=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #98211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98211D is #67DEE2. Grayscale: #444444. Windows color (decimal): -6807267 or 1909144. OLE color: 1909144.

HSL color Cylindrical-coordinate representation of color #98211D: hue angle of 1.95º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98211D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 29 -
CMYK 0 0.78 0.81 0.40
HSL 1.95º 0.68% 0.35% -
HSV(B) 1.95º 0.81% 0.6% -
XYZ 13.71 7.85 1.96 -
YUV 68.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 152 33 29 0 0.78 0.81 0.40 1.95 0.68 0.35
Hex 98 21 1D 0 4E 51 28 2 44 23
Octal 230 41 35 0 116 121 50 2 104 43
Binary 10011000 100001 11101 0 1001110 1010001 101000 10 1000100 100011

Color Harmonies of #98211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98211D

Black with #98211D

Text Example


Text Example

White with #98211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98211D; }

 p { color: rgb(152,33,29); }

 H1.HeaderClassName
 {
   color: #98211D;
 }
 .AnyTagClassName
 {
   color: #98211D;
 }
</style>

background-color css

<style>
 a { background-color: #98211D; }

 a { background-color: rgb(152,33,29); }

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

border-color css

<style>
 span { border-color: #98211D; }

 span { border-color: rgb(152,33,29); }

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