Html Css Color HEX #951C14 Mandarian Orange

📋 copy color: '#951C14'

red 149 ◦ green 28 ◦ blue 20

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

Shades of Mandarian Orange #951C14

Tints of Mandarian Orange #951C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 75.63%
G = 14.21%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#951C14 (or 0x951C14) is known color: Mandarian Orange. HEX triplet: 95, 1C and 14. RGB value is (149,28,20). Sum of RGB (Red+Green+Blue) = 149+28+20=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #951C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C14 is #6AE3EB. Grayscale: #3F3F3F. Windows color (decimal): -7005164 or 1318037. OLE color: 1318037.

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

Color convert

RGB 149 28 20 -
CMYK 0 0.81 0.87 0.42
HSL 3.72º 0.76% 0.33% -
HSV(B) 3.72º 0.87% 0.58% -
XYZ 12.94 7.27 1.38 -
YUV 63.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 149 28 20 0 0.81 0.87 0.42 3.72 0.76 0.33
Hex 95 1C 14 0 51 57 2A 4 4C 21
Octal 225 34 24 0 121 127 52 4 114 41
Binary 10010101 11100 10100 0 1010001 1010111 101010 100 1001100 100001

Color Harmonies of #951C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C14

Black with #951C14

Text Example


Text Example

White with #951C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951C14; }

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

 H1.HeaderClassName
 {
   color: #951C14;
 }
 .AnyTagClassName
 {
   color: #951C14;
 }
</style>

background-color css

<style>
 a { background-color: #951C14; }

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

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

border-color css

<style>
 span { border-color: #951C14; }

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

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