Html Css Color HEX #7A250F Falu Red

📋 copy color: '#7A250F'

red 122 ◦ green 37 ◦ blue 15

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

Shades of Falu Red #7A250F

Tints of Falu Red #7A250F

RGB

 RED value IS 122 (48.05% from 255) = 70.11%

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

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

R = 70.11%
G = 21.26%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#7A250F (or 0x7A250F) is known color: Falu Red. HEX triplet: 7A, 25 and 0F. RGB value is (122,37,15). Sum of RGB (Red+Green+Blue) = 122+37+15=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A250F is #85DAF0. Grayscale: #3C3C3C. Windows color (decimal): -8772337 or 992634. OLE color: 992634.

HSL color Cylindrical-coordinate representation of color #7A250F: hue angle of 12.34º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A250F is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 37 15 -
CMYK 0 0.70 0.88 0.52
HSL 12.34º 0.78% 0.27% -
HSV(B) 12.34º 0.88% 0.48% -
XYZ 8.77 5.5 1.05 -
YUV 59.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 122 37 15 0 0.70 0.88 0.52 12.34 0.78 0.27
Hex 7A 25 F 0 46 58 34 C 4E 1B
Octal 172 45 17 0 106 130 64 14 116 33
Binary 1111010 100101 1111 0 1000110 1011000 110100 1100 1001110 11011

Color Harmonies of #7A250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A250F

Black with #7A250F

Text Example


Text Example

White with #7A250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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