Html Css Color HEX #95201E Mandarian Orange

📋 copy color: '#95201E'

red 149 ◦ green 32 ◦ blue 30

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

Shades of Mandarian Orange #95201E

Tints of Mandarian Orange #95201E

RGB

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

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

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

R = 70.62%
G = 15.17%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95201E (or 0x95201E) is known color: Mandarian Orange. HEX triplet: 95, 20 and 1E. RGB value is (149,32,30). Sum of RGB (Red+Green+Blue) = 149+32+30=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #95201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95201E is #6ADFE1. Grayscale: #424242. Windows color (decimal): -7004130 or 1974421. OLE color: 1974421.

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

Color convert

RGB 149 32 30 -
CMYK 0 0.79 0.80 0.42
HSL 1.01º 0.66% 0.35% -
HSV(B) 1.01º 0.8% 0.58% -
XYZ 13.15 7.52 1.99 -
YUV 66.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 149 32 30 0 0.79 0.80 0.42 1.01 0.66 0.35
Hex 95 20 1E 0 4F 50 2A 1 42 23
Octal 225 40 36 0 117 120 52 1 102 43
Binary 10010101 100000 11110 0 1001111 1010000 101010 1 1000010 100011

Color Harmonies of #95201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95201E

Black with #95201E

Text Example


Text Example

White with #95201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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