Html Css Color HEX #7E250F Falu Red

📋 copy color: '#7E250F'

red 126 ◦ green 37 ◦ blue 15

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

Shades of Falu Red #7E250F

Tints of Falu Red #7E250F

RGB

 RED value IS 126 (49.61% from 255) = 70.79%

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

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

R = 70.79%
G = 20.79%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7E250F (or 0x7E250F) is known color: Falu Red. HEX triplet: 7E, 25 and 0F. RGB value is (126,37,15). Sum of RGB (Red+Green+Blue) = 126+37+15=178 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.79% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 126 - color contains mainly: red. Hex color #7E250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E250F is #81DAF0. Grayscale: #3D3D3D. Windows color (decimal): -8510193 or 992638. OLE color: 992638.

HSL color Cylindrical-coordinate representation of color #7E250F: hue angle of 11.89º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E250F is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 37 15 -
CMYK 0 0.71 0.88 0.51
HSL 11.89º 0.79% 0.28% -
HSV(B) 11.89º 0.88% 0.49% -
XYZ 9.35 5.79 1.08 -
YUV 61.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 126 37 15 0 0.71 0.88 0.51 11.89 0.79 0.28
Hex 7E 25 F 0 47 58 33 C 4F 1C
Octal 176 45 17 0 107 130 63 14 117 34
Binary 1111110 100101 1111 0 1000111 1011000 110011 1100 1001111 11100

Color Harmonies of #7E250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E250F

Black with #7E250F

Text Example


Text Example

White with #7E250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E250F; }

 p { color: rgb(126,37,15); }

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

background-color css

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

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

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

border-color css

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

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

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