Html Css Color HEX #98221E Mandarian Orange

📋 copy color: '#98221E'

red 152 ◦ green 34 ◦ blue 30

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

Shades of Mandarian Orange #98221E

Tints of Mandarian Orange #98221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

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

R = 70.37%
G = 15.74%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98221E (or 0x98221E) is known color: Mandarian Orange. HEX triplet: 98, 22 and 1E. RGB value is (152,34,30). Sum of RGB (Red+Green+Blue) = 152+34+30=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #98221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98221E is #67DDE1. Grayscale: #444444. Windows color (decimal): -6807010 or 1974936. OLE color: 1974936.

HSL color Cylindrical-coordinate representation of color #98221E: hue angle of 1.97º 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 #98221E is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 30 -
CMYK 0 0.78 0.80 0.40
HSL 1.97º 0.67% 0.36% -
HSV(B) 1.97º 0.8% 0.6% -
XYZ 13.76 7.91 2.03 -
YUV 68.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 152 34 30 0 0.78 0.80 0.40 1.97 0.67 0.36
Hex 98 22 1E 0 4E 50 28 2 43 24
Octal 230 42 36 0 116 120 50 2 103 44
Binary 10011000 100010 11110 0 1001110 1010000 101000 10 1000011 100100

Color Harmonies of #98221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98221E

Black with #98221E

Text Example


Text Example

White with #98221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,34,30); }

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

background-color css

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

 a { background-color: rgb(152,34,30); }

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

border-color css

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

 span { border-color: rgb(152,34,30); }

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