Html Css Color HEX #942525 Mandarian Orange

📋 copy color: '#942525'

red 148 ◦ green 37 ◦ blue 37

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

Shades of Mandarian Orange #942525

Tints of Mandarian Orange #942525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 37 (14.84% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#942525 (or 0x942525) is known color: Mandarian Orange. HEX triplet: 94, 25 and 25. RGB value is (148,37,37). Sum of RGB (Red+Green+Blue) = 148+37+37=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #942525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942525 is #6BDADA. Grayscale: #464646. Windows color (decimal): -7068379 or 2434452. OLE color: 2434452.

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

Color convert

RGB 148 37 37 -
CMYK 0 0.75 0.75 0.42
HSL 0.6% 0.36% -
HSV(B) 0.75% 0.58% -
XYZ 13.21 7.75 2.55 -
YUV 70.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 148 37 37 0 0.75 0.75 0.42 0 0.6 0.36
Hex 94 25 25 0 4B 4B 2A 0 3C 24
Octal 224 45 45 0 113 113 52 0 74 44
Binary 10010100 100101 100101 0 1001011 1001011 101010 0 111100 100100

Color Harmonies of #942525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942525

Black with #942525

Text Example


Text Example

White with #942525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942525; }

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

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

background-color css

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

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

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

border-color css

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

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

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