Html Css Color HEX #94250D Mandarian Orange

📋 copy color: '#94250D'

red 148 ◦ green 37 ◦ blue 13

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

Shades of Mandarian Orange #94250D

Tints of Mandarian Orange #94250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.57%

R = 74.75%
G = 18.69%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94250D (or 0x94250D) is known color: Mandarian Orange. HEX triplet: 94, 25 and 0D. RGB value is (148,37,13). Sum of RGB (Red+Green+Blue) = 148+37+13=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #94250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94250D is #6BDAF2. Grayscale: #434343. Windows color (decimal): -7068403 or 861588. OLE color: 861588.

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

Color convert

RGB 148 37 13 -
CMYK 0 0.75 0.91 0.42
HSL 10.67º 0.84% 0.32% -
HSV(B) 10.67º 0.91% 0.58% -
XYZ 12.95 7.65 1.17 -
YUV 67.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 148 37 13 0 0.75 0.91 0.42 10.67 0.84 0.32
Hex 94 25 D 0 4B 5B 2A B 54 20
Octal 224 45 15 0 113 133 52 13 124 40
Binary 10010100 100101 1101 0 1001011 1011011 101010 1011 1010100 100000

Color Harmonies of #94250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94250D

Black with #94250D

Text Example


Text Example

White with #94250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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