Html Css Color HEX #98241D Mandarian Orange

📋 copy color: '#98241D'

red 152 ◦ green 36 ◦ blue 29

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

Shades of Mandarian Orange #98241D

Tints of Mandarian Orange #98241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 70.05%
G = 16.59%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98241D (or 0x98241D) is known color: Mandarian Orange. HEX triplet: 98, 24 and 1D. RGB value is (152,36,29). Sum of RGB (Red+Green+Blue) = 152+36+29=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #98241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98241D is #67DBE2. Grayscale: #464646. Windows color (decimal): -6806499 or 1909912. OLE color: 1909912.

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

Color convert

RGB 152 36 29 -
CMYK 0 0.76 0.81 0.40
HSL 3.41º 0.68% 0.35% -
HSV(B) 3.41º 0.81% 0.6% -
XYZ 13.8 8.03 1.98 -
YUV 69.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 152 36 29 0 0.76 0.81 0.40 3.41 0.68 0.35
Hex 98 24 1D 0 4C 51 28 3 44 23
Octal 230 44 35 0 114 121 50 3 104 43
Binary 10011000 100100 11101 0 1001100 1010001 101000 11 1000100 100011

Color Harmonies of #98241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98241D

Black with #98241D

Text Example


Text Example

White with #98241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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