Html Css Color HEX #921C13 Mandarian Orange

📋 copy color: '#921C13'

red 146 ◦ green 28 ◦ blue 19

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

Shades of Mandarian Orange #921C13

Tints of Mandarian Orange #921C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.51%

 BLUE value IS 19 (7.81% from 255) = 9.84%

R = 75.65%
G = 14.51%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#921C13 (or 0x921C13) is known color: Mandarian Orange. HEX triplet: 92, 1C and 13. RGB value is (146,28,19). Sum of RGB (Red+Green+Blue) = 146+28+19=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #921C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C13 is #6DE3EC. Grayscale: #3E3E3E. Windows color (decimal): -7201773 or 1252498. OLE color: 1252498.

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

Color convert

RGB 146 28 19 -
CMYK 0 0.81 0.87 0.43
HSL 4.25º 0.77% 0.32% -
HSV(B) 4.25º 0.87% 0.57% -
XYZ 12.39 6.99 1.31 -
YUV 62.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 146 28 19 0 0.81 0.87 0.43 4.25 0.77 0.32
Hex 92 1C 13 0 51 57 2B 4 4D 20
Octal 222 34 23 0 121 127 53 4 115 40
Binary 10010010 11100 10011 0 1010001 1010111 101011 100 1001101 100000

Color Harmonies of #921C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921C13

Black with #921C13

Text Example


Text Example

White with #921C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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