Html Css Color HEX #951C15 Mandarian Orange

📋 copy color: '#951C15'

red 149 ◦ green 28 ◦ blue 21

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

Shades of Mandarian Orange #951C15

Tints of Mandarian Orange #951C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.61%

R = 75.25%
G = 14.14%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#951C15 (or 0x951C15) is known color: Mandarian Orange. HEX triplet: 95, 1C and 15. RGB value is (149,28,21). Sum of RGB (Red+Green+Blue) = 149+28+21=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #951C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C15 is #6AE3EA. Grayscale: #3F3F3F. Windows color (decimal): -7005163 or 1383573. OLE color: 1383573.

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

Color convert

RGB 149 28 21 -
CMYK 0 0.81 0.86 0.42
HSL 3.28º 0.75% 0.33% -
HSV(B) 3.28º 0.86% 0.58% -
XYZ 12.95 7.27 1.43 -
YUV 63.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 149 28 21 0 0.81 0.86 0.42 3.28 0.75 0.33
Hex 95 1C 15 0 51 56 2A 3 4B 21
Octal 225 34 25 0 121 126 52 3 113 41
Binary 10010101 11100 10101 0 1010001 1010110 101010 11 1001011 100001

Color Harmonies of #951C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C15

Black with #951C15

Text Example


Text Example

White with #951C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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