Html Css Color HEX #942323 Mandarian Orange

📋 copy color: '#942323'

red 148 ◦ green 35 ◦ blue 35

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

Shades of Mandarian Orange #942323

Tints of Mandarian Orange #942323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

 BLUE value IS 35 (14.06% from 255) = 16.06%

R = 67.89%
G = 16.06%
B = 16.06%

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

#942323 (or 0x942323) is known color: Mandarian Orange. HEX triplet: 94, 23 and 23. RGB value is (148,35,35). Sum of RGB (Red+Green+Blue) = 148+35+35=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #942323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942323 is #6BDCDC. Grayscale: #444444. Windows color (decimal): -7068893 or 2302868. OLE color: 2302868.

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

Color convert

RGB 148 35 35 -
CMYK 0 0.76 0.76 0.42
HSL 0.62% 0.36% -
HSV(B) 0.76% 0.58% -
XYZ 13.12 7.62 2.37 -
YUV 68.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 148 35 35 0 0.76 0.76 0.42 0 0.62 0.36
Hex 94 23 23 0 4C 4C 2A 0 3E 24
Octal 224 43 43 0 114 114 52 0 76 44
Binary 10010100 100011 100011 0 1001100 1001100 101010 0 111110 100100

Color Harmonies of #942323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942323

Black with #942323

Text Example


Text Example

White with #942323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942323; }

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

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

background-color css

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

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

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

border-color css

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

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

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