Html Css Color HEX #95241C Mandarian Orange

📋 copy color: '#95241C'

red 149 ◦ green 36 ◦ blue 28

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

Shades of Mandarian Orange #95241C

Tints of Mandarian Orange #95241C

RGB

 RED value IS 149 (58.59% from 255) = 69.95%

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

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

R = 69.95%
G = 16.9%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95241C (or 0x95241C) is known color: Mandarian Orange. HEX triplet: 95, 24 and 1C. RGB value is (149,36,28). Sum of RGB (Red+Green+Blue) = 149+36+28=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #95241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95241C is #6ADBE3. Grayscale: #454545. Windows color (decimal): -7003108 or 1844373. OLE color: 1844373.

HSL color Cylindrical-coordinate representation of color #95241C: hue angle of 3.97º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95241C is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 28 -
CMYK 0 0.76 0.81 0.42
HSL 3.97º 0.68% 0.35% -
HSV(B) 3.97º 0.81% 0.58% -
XYZ 13.23 7.74 1.89 -
YUV 68.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 149 36 28 0 0.76 0.81 0.42 3.97 0.68 0.35
Hex 95 24 1C 0 4C 51 2A 4 44 23
Octal 225 44 34 0 114 121 52 4 104 43
Binary 10010101 100100 11100 0 1001100 1010001 101010 100 1000100 100011

Color Harmonies of #95241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95241C

Black with #95241C

Text Example


Text Example

White with #95241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,36,28); }

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

background-color css

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

 a { background-color: rgb(149,36,28); }

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

border-color css

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

 span { border-color: rgb(149,36,28); }

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