Html Css Color HEX #942424 Mandarian Orange

📋 copy color: '#942424'

red 148 ◦ green 36 ◦ blue 36

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

Shades of Mandarian Orange #942424

Tints of Mandarian Orange #942424

RGB

 RED value IS 148 (58.2% from 255) = 67.27%

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 36 (14.45% from 255) = 16.36%

R = 67.27%
G = 16.36%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#942424 (or 0x942424) is known color: Mandarian Orange. HEX triplet: 94, 24 and 24. RGB value is (148,36,36). Sum of RGB (Red+Green+Blue) = 148+36+36=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #942424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942424 is #6BDBDB. Grayscale: #454545. Windows color (decimal): -7068636 or 2368660. OLE color: 2368660.

HSL color Cylindrical-coordinate representation of color #942424: hue angle of 0º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942424 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 36 -
CMYK 0 0.76 0.76 0.42
HSL 0.61% 0.36% -
HSV(B) 0.76% 0.58% -
XYZ 13.16 7.69 2.46 -
YUV 69.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 148 36 36 0 0.76 0.76 0.42 0 0.61 0.36
Hex 94 24 24 0 4C 4C 2A 0 3D 24
Octal 224 44 44 0 114 114 52 0 75 44
Binary 10010100 100100 100100 0 1001100 1001100 101010 0 111101 100100

Color Harmonies of #942424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942424

Black with #942424

Text Example


Text Example

White with #942424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942424; }

 p { color: rgb(148,36,36); }

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

background-color css

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

 a { background-color: rgb(148,36,36); }

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

border-color css

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

 span { border-color: rgb(148,36,36); }

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