Html Css Color HEX #95221D Mandarian Orange

📋 copy color: '#95221D'

red 149 ◦ green 34 ◦ blue 29

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

Shades of Mandarian Orange #95221D

Tints of Mandarian Orange #95221D

RGB

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

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

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

R = 70.28%
G = 16.04%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95221D (or 0x95221D) is known color: Mandarian Orange. HEX triplet: 95, 22 and 1D. RGB value is (149,34,29). Sum of RGB (Red+Green+Blue) = 149+34+29=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #95221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95221D is #6ADDE2. Grayscale: #434343. Windows color (decimal): -7003619 or 1909397. OLE color: 1909397.

HSL color Cylindrical-coordinate representation of color #95221D: hue angle of 2.5º degrees, saturation: 0.67, 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 #95221D is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 29 -
CMYK 0 0.77 0.81 0.42
HSL 2.5º 0.67% 0.35% -
HSV(B) 2.5º 0.81% 0.58% -
XYZ 13.19 7.62 1.94 -
YUV 67.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 149 34 29 0 0.77 0.81 0.42 2.5 0.67 0.35
Hex 95 22 1D 0 4D 51 2A 2 43 23
Octal 225 42 35 0 115 121 52 2 103 43
Binary 10010101 100010 11101 0 1001101 1010001 101010 10 1000011 100011

Color Harmonies of #95221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95221D

Black with #95221D

Text Example


Text Example

White with #95221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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