Html Css Color HEX #98201E Mandarian Orange

📋 copy color: '#98201E'

red 152 ◦ green 32 ◦ blue 30

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

Shades of Mandarian Orange #98201E

Tints of Mandarian Orange #98201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

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

R = 71.03%
G = 14.95%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98201E (or 0x98201E) is known color: Mandarian Orange. HEX triplet: 98, 20 and 1E. RGB value is (152,32,30). Sum of RGB (Red+Green+Blue) = 152+32+30=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #98201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98201E is #67DFE1. Grayscale: #434343. Windows color (decimal): -6807522 or 1974424. OLE color: 1974424.

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

Color convert

RGB 152 32 30 -
CMYK 0 0.79 0.80 0.40
HSL 0.98º 0.67% 0.36% -
HSV(B) 0.98º 0.8% 0.6% -
XYZ 13.7 7.8 2.01 -
YUV 67.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 152 32 30 0 0.79 0.80 0.40 0.98 0.67 0.36
Hex 98 20 1E 0 4F 50 28 1 43 24
Octal 230 40 36 0 117 120 50 1 103 44
Binary 10011000 100000 11110 0 1001111 1010000 101000 1 1000011 100100

Color Harmonies of #98201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98201E

Black with #98201E

Text Example


Text Example

White with #98201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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