Html Css Color HEX #9C250E Mandarian Orange

📋 copy color: '#9C250E'

red 156 ◦ green 37 ◦ blue 14

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

Shades of Mandarian Orange #9C250E

Tints of Mandarian Orange #9C250E

RGB

 RED value IS 156 (61.33% from 255) = 75.36%

 GREEN value IS 37 (14.84% from 255) = 17.87%

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

R = 75.36%
G = 17.87%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C250E (or 0x9C250E) is known color: Mandarian Orange. HEX triplet: 9C, 25 and 0E. RGB value is (156,37,14). Sum of RGB (Red+Green+Blue) = 156+37+14=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C250E is #63DAF1. Grayscale: #464646. Windows color (decimal): -6544114 or 927132. OLE color: 927132.

HSL color Cylindrical-coordinate representation of color #9C250E: hue angle of 9.72º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C250E is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 37 14 -
CMYK 0 0.76 0.91 0.39
HSL 9.72º 0.84% 0.33% -
HSV(B) 9.72º 0.91% 0.61% -
XYZ 14.45 8.42 1.28 -
YUV 69.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 156 37 14 0 0.76 0.91 0.39 9.72 0.84 0.33
Hex 9C 25 E 0 4C 5B 27 A 54 21
Octal 234 45 16 0 114 133 47 12 124 41
Binary 10011100 100101 1110 0 1001100 1011011 100111 1010 1010100 100001

Color Harmonies of #9C250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C250E

Black with #9C250E

Text Example


Text Example

White with #9C250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C250E; }

 p { color: rgb(156,37,14); }

 H1.HeaderClassName
 {
   color: #9C250E;
 }
 .AnyTagClassName
 {
   color: #9C250E;
 }
</style>

background-color css

<style>
 a { background-color: #9C250E; }

 a { background-color: rgb(156,37,14); }

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

border-color css

<style>
 span { border-color: #9C250E; }

 span { border-color: rgb(156,37,14); }

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