Html Css Color HEX #9D2003 Mandarian Orange

📋 copy color: '#9D2003'

red 157 ◦ green 32 ◦ blue 3

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

Shades of Mandarian Orange #9D2003

Tints of Mandarian Orange #9D2003

RGB

 RED value IS 157 (61.72% from 255) = 81.77%

 GREEN value IS 32 (12.89% from 255) = 16.67%

 BLUE value IS 3 (1.56% from 255) = 1.56%

R = 81.77%
G = 16.67%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9D2003 (or 0x9D2003) is known color: Mandarian Orange. HEX triplet: 9D, 20 and 03. RGB value is (157,32,3). Sum of RGB (Red+Green+Blue) = 157+32+3=192 (25% of max value = 765). Red value is 157 (61.72% from 255 or 81.77% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2003 is #62DFFC. Grayscale: #424242. Windows color (decimal): -6479869 or 204957. OLE color: 204957.

HSL color Cylindrical-coordinate representation of color #9D2003: hue angle of 11.3º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D2003 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 32 3 -
CMYK 0 0.80 0.98 0.38
HSL 11.3º 0.96% 0.31% -
HSV(B) 11.3º 0.98% 0.62% -
XYZ 14.44 8.21 0.91 -
YUV 66.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 157 32 3 0 0.80 0.98 0.38 11.3 0.96 0.31
Hex 9D 20 3 0 50 62 26 B 60 1F
Octal 235 40 3 0 120 142 46 13 140 37
Binary 10011101 100000 11 0 1010000 1100010 100110 1011 1100000 11111

Color Harmonies of #9D2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2003

Black with #9D2003

Text Example


Text Example

White with #9D2003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,32,3); }

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

background-color css

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

 a { background-color: rgb(157,32,3); }

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

border-color css

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

 span { border-color: rgb(157,32,3); }

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