Html Css Color HEX #921D1C Mandarian Orange

📋 copy color: '#921D1C'

red 146 ◦ green 29 ◦ blue 28

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

Shades of Mandarian Orange #921D1C

Tints of Mandarian Orange #921D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 71.92%
G = 14.29%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#921D1C (or 0x921D1C) is known color: Mandarian Orange. HEX triplet: 92, 1D and 1C. RGB value is (146,29,28). Sum of RGB (Red+Green+Blue) = 146+29+28=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #921D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921D1C is #6DE2E3. Grayscale: #3F3F3F. Windows color (decimal): -7201508 or 1842578. OLE color: 1842578.

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

Color convert

RGB 146 29 28 -
CMYK 0 0.80 0.81 0.43
HSL 0.51º 0.68% 0.34% -
HSV(B) 0.51º 0.81% 0.57% -
XYZ 12.5 7.07 1.8 -
YUV 63.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 146 29 28 0 0.80 0.81 0.43 0.51 0.68 0.34
Hex 92 1D 1C 0 50 51 2B 1 44 22
Octal 222 35 34 0 120 121 53 1 104 42
Binary 10010010 11101 11100 0 1010000 1010001 101011 1 1000100 100010

Color Harmonies of #921D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921D1C

Black with #921D1C

Text Example


Text Example

White with #921D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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