Html Css Color HEX #98221D Mandarian Orange

📋 copy color: '#98221D'

red 152 ◦ green 34 ◦ blue 29

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

Shades of Mandarian Orange #98221D

Tints of Mandarian Orange #98221D

RGB

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

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

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

R = 70.7%
G = 15.81%
B = 13.49%

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

#98221D (or 0x98221D) is known color: Mandarian Orange. HEX triplet: 98, 22 and 1D. RGB value is (152,34,29). Sum of RGB (Red+Green+Blue) = 152+34+29=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #98221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98221D is #67DDE2. Grayscale: #444444. Windows color (decimal): -6807011 or 1909400. OLE color: 1909400.

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

Color convert

RGB 152 34 29 -
CMYK 0 0.78 0.81 0.40
HSL 2.44º 0.68% 0.35% -
HSV(B) 2.44º 0.81% 0.6% -
XYZ 13.74 7.91 1.96 -
YUV 68.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 152 34 29 0 0.78 0.81 0.40 2.44 0.68 0.35
Hex 98 22 1D 0 4E 51 28 2 44 23
Octal 230 42 35 0 116 121 50 2 104 43
Binary 10011000 100010 11101 0 1001110 1010001 101000 10 1000100 100011

Color Harmonies of #98221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98221D

Black with #98221D

Text Example


Text Example

White with #98221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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