Html Css Color HEX #921D15 Mandarian Orange

📋 copy color: '#921D15'

red 146 ◦ green 29 ◦ blue 21

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

Shades of Mandarian Orange #921D15

Tints of Mandarian Orange #921D15

RGB

 RED value IS 146 (57.42% from 255) = 74.49%

 GREEN value IS 29 (11.72% from 255) = 14.8%

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

R = 74.49%
G = 14.8%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#921D15 (or 0x921D15) is known color: Mandarian Orange. HEX triplet: 92, 1D and 15. RGB value is (146,29,21). Sum of RGB (Red+Green+Blue) = 146+29+21=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #921D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D15 is #6DE2EA. Grayscale: #3F3F3F. Windows color (decimal): -7201515 or 1383826. OLE color: 1383826.

HSL color Cylindrical-coordinate representation of color #921D15: hue angle of 3.84º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921D15 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 29 21 -
CMYK 0 0.80 0.86 0.43
HSL 3.84º 0.75% 0.33% -
HSV(B) 3.84º 0.86% 0.57% -
XYZ 12.43 7.04 1.41 -
YUV 63.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 146 29 21 0 0.80 0.86 0.43 3.84 0.75 0.33
Hex 92 1D 15 0 50 56 2B 4 4B 21
Octal 222 35 25 0 120 126 53 4 113 41
Binary 10010010 11101 10101 0 1010000 1010110 101011 100 1001011 100001

Color Harmonies of #921D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921D15

Black with #921D15

Text Example


Text Example

White with #921D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921D15; }

 p { color: rgb(146,29,21); }

 H1.HeaderClassName
 {
   color: #921D15;
 }
 .AnyTagClassName
 {
   color: #921D15;
 }
</style>

background-color css

<style>
 a { background-color: #921D15; }

 a { background-color: rgb(146,29,21); }

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

border-color css

<style>
 span { border-color: #921D15; }

 span { border-color: rgb(146,29,21); }

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