Html Css Color HEX #95221E Mandarian Orange

📋 copy color: '#95221E'

red 149 ◦ green 34 ◦ blue 30

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

Shades of Mandarian Orange #95221E

Tints of Mandarian Orange #95221E

RGB

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

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

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

R = 69.95%
G = 15.96%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95221E (or 0x95221E) is known color: Mandarian Orange. HEX triplet: 95, 22 and 1E. RGB value is (149,34,30). Sum of RGB (Red+Green+Blue) = 149+34+30=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #95221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95221E is #6ADDE1. Grayscale: #444444. Windows color (decimal): -7003618 or 1974933. OLE color: 1974933.

HSL color Cylindrical-coordinate representation of color #95221E: hue angle of 2.02º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95221E is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 30 -
CMYK 0 0.77 0.80 0.42
HSL 2.02º 0.66% 0.35% -
HSV(B) 2.02º 0.8% 0.58% -
XYZ 13.2 7.63 2 -
YUV 67.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 149 34 30 0 0.77 0.80 0.42 2.02 0.66 0.35
Hex 95 22 1E 0 4D 50 2A 2 42 23
Octal 225 42 36 0 115 120 52 2 102 43
Binary 10010101 100010 11110 0 1001101 1010000 101010 10 1000010 100011

Color Harmonies of #95221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95221E

Black with #95221E

Text Example


Text Example

White with #95221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,34,30); }

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

background-color css

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

 a { background-color: rgb(149,34,30); }

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

border-color css

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

 span { border-color: rgb(149,34,30); }

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