Html Css Color HEX #921D14 Mandarian Orange

📋 copy color: '#921D14'

red 146 ◦ green 29 ◦ blue 20

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

Shades of Mandarian Orange #921D14

Tints of Mandarian Orange #921D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 74.87%
G = 14.87%
B = 10.26%

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

#921D14 (or 0x921D14) is known color: Mandarian Orange. HEX triplet: 92, 1D and 14. RGB value is (146,29,20). Sum of RGB (Red+Green+Blue) = 146+29+20=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #921D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D14 is #6DE2EB. Grayscale: #3F3F3F. Windows color (decimal): -7201516 or 1318290. OLE color: 1318290.

HSL color Cylindrical-coordinate representation of color #921D14: hue angle of 4.29º degrees, saturation: 0.76, 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 #921D14 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 29 20 -
CMYK 0 0.80 0.86 0.43
HSL 4.29º 0.76% 0.33% -
HSV(B) 4.29º 0.86% 0.57% -
XYZ 12.42 7.04 1.37 -
YUV 62.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 146 29 20 0 0.80 0.86 0.43 4.29 0.76 0.33
Hex 92 1D 14 0 50 56 2B 4 4C 21
Octal 222 35 24 0 120 126 53 4 114 41
Binary 10010010 11101 10100 0 1010000 1010110 101011 100 1001100 100001

Color Harmonies of #921D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921D14

Black with #921D14

Text Example


Text Example

White with #921D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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