Html Css Color HEX #941F0F Mandarian Orange

📋 copy color: '#941F0F'

red 148 ◦ green 31 ◦ blue 15

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

Shades of Mandarian Orange #941F0F

Tints of Mandarian Orange #941F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.98%

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 76.29%
G = 15.98%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#941F0F (or 0x941F0F) is known color: Mandarian Orange. HEX triplet: 94, 1F and 0F. RGB value is (148,31,15). Sum of RGB (Red+Green+Blue) = 148+31+15=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #941F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941F0F is #6BE0F0. Grayscale: #404040. Windows color (decimal): -7069937 or 991124. OLE color: 991124.

HSL color Cylindrical-coordinate representation of color #941F0F: hue angle of 7.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #941F0F is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 31 15 -
CMYK 0 0.79 0.90 0.42
HSL 7.22º 0.82% 0.32% -
HSV(B) 7.22º 0.9% 0.58% -
XYZ 12.79 7.31 1.19 -
YUV 64.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 148 31 15 0 0.79 0.90 0.42 7.22 0.82 0.32
Hex 94 1F F 0 4F 5A 2A 7 52 20
Octal 224 37 17 0 117 132 52 7 122 40
Binary 10010100 11111 1111 0 1001111 1011010 101010 111 1010010 100000

Color Harmonies of #941F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941F0F

Black with #941F0F

Text Example


Text Example

White with #941F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941F0F; }

 p { color: rgb(148,31,15); }

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

background-color css

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

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

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

border-color css

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

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

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