Html Css Color HEX #98221C Mandarian Orange

📋 copy color: '#98221C'

red 152 ◦ green 34 ◦ blue 28

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

Shades of Mandarian Orange #98221C

Tints of Mandarian Orange #98221C

RGB

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

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

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

R = 71.03%
G = 15.89%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98221C (or 0x98221C) is known color: Mandarian Orange. HEX triplet: 98, 22 and 1C. RGB value is (152,34,28). Sum of RGB (Red+Green+Blue) = 152+34+28=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #98221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98221C is #67DDE3. Grayscale: #444444. Windows color (decimal): -6807012 or 1843864. OLE color: 1843864.

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

Color convert

RGB 152 34 28 -
CMYK 0 0.78 0.82 0.40
HSL 2.9º 0.69% 0.35% -
HSV(B) 2.9º 0.82% 0.6% -
XYZ 13.73 7.9 1.9 -
YUV 68.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 152 34 28 0 0.78 0.82 0.40 2.9 0.69 0.35
Hex 98 22 1C 0 4E 52 28 3 45 23
Octal 230 42 34 0 116 122 50 3 105 43
Binary 10011000 100010 11100 0 1001110 1010010 101000 11 1000101 100011

Color Harmonies of #98221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98221C

Black with #98221C

Text Example


Text Example

White with #98221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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