Html Css Color HEX #951C0E Mandarian Orange

📋 copy color: '#951C0E'

red 149 ◦ green 28 ◦ blue 14

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

Shades of Mandarian Orange #951C0E

Tints of Mandarian Orange #951C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 78.01%
G = 14.66%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#951C0E (or 0x951C0E) is known color: Mandarian Orange. HEX triplet: 95, 1C and 0E. RGB value is (149,28,14). Sum of RGB (Red+Green+Blue) = 149+28+14=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #951C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C0E is #6AE3F1. Grayscale: #3E3E3E. Windows color (decimal): -7005170 or 924821. OLE color: 924821.

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

Color convert

RGB 149 28 14 -
CMYK 0 0.81 0.91 0.42
HSL 6.22º 0.83% 0.32% -
HSV(B) 6.22º 0.91% 0.58% -
XYZ 12.89 7.25 1.14 -
YUV 62.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 149 28 14 0 0.81 0.91 0.42 6.22 0.83 0.32
Hex 95 1C E 0 51 5B 2A 6 53 20
Octal 225 34 16 0 121 133 52 6 123 40
Binary 10010101 11100 1110 0 1010001 1011011 101010 110 1010011 100000

Color Harmonies of #951C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C0E

Black with #951C0E

Text Example


Text Example

White with #951C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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