Html Css Color HEX #74250F Falu Red

📋 copy color: '#74250F'

red 116 ◦ green 37 ◦ blue 15

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

Shades of Falu Red #74250F

Tints of Falu Red #74250F

RGB

 RED value IS 116 (45.7% from 255) = 69.05%

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

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

R = 69.05%
G = 22.02%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74250F (or 0x74250F) is known color: Falu Red. HEX triplet: 74, 25 and 0F. RGB value is (116,37,15). Sum of RGB (Red+Green+Blue) = 116+37+15=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74250F is #8BDAF0. Grayscale: #3A3A3A. Windows color (decimal): -9165553 or 992628. OLE color: 992628.

HSL color Cylindrical-coordinate representation of color #74250F: hue angle of 13.07º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74250F is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 15 -
CMYK 0 0.68 0.87 0.55
HSL 13.07º 0.77% 0.26% -
HSV(B) 13.07º 0.87% 0.45% -
XYZ 7.95 5.07 1.01 -
YUV 58.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 116 37 15 0 0.68 0.87 0.55 13.07 0.77 0.26
Hex 74 25 F 0 44 57 37 D 4D 1A
Octal 164 45 17 0 104 127 67 15 115 32
Binary 1110100 100101 1111 0 1000100 1010111 110111 1101 1001101 11010

Color Harmonies of #74250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74250F

Black with #74250F

Text Example


Text Example

White with #74250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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