Html Css Color HEX #921E15 Mandarian Orange

📋 copy color: '#921E15'

red 146 ◦ green 30 ◦ blue 21

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

Shades of Mandarian Orange #921E15

Tints of Mandarian Orange #921E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.23%

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

R = 74.11%
G = 15.23%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#921E15 (or 0x921E15) is known color: Mandarian Orange. HEX triplet: 92, 1E and 15. RGB value is (146,30,21). Sum of RGB (Red+Green+Blue) = 146+30+21=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #921E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921E15 is #6DE1EA. Grayscale: #3F3F3F. Windows color (decimal): -7201259 or 1384082. OLE color: 1384082.

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

Color convert

RGB 146 30 21 -
CMYK 0 0.79 0.86 0.43
HSL 4.32º 0.75% 0.33% -
HSV(B) 4.32º 0.86% 0.57% -
XYZ 12.45 7.09 1.42 -
YUV 63.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 146 30 21 0 0.79 0.86 0.43 4.32 0.75 0.33
Hex 92 1E 15 0 4F 56 2B 4 4B 21
Octal 222 36 25 0 117 126 53 4 113 41
Binary 10010010 11110 10101 0 1001111 1010110 101011 100 1001011 100001

Color Harmonies of #921E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921E15

Black with #921E15

Text Example


Text Example

White with #921E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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