Html Css Color HEX #7D1F03 Falu Red

📋 copy color: '#7D1F03'

red 125 ◦ green 31 ◦ blue 3

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

Shades of Falu Red #7D1F03

Tints of Falu Red #7D1F03

RGB

 RED value IS 125 (49.22% from 255) = 78.62%

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

 BLUE value IS 3 (1.56% from 255) = 1.89%

R = 78.62%
G = 19.5%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7D1F03 (or 0x7D1F03) is known color: Falu Red. HEX triplet: 7D, 1F and 03. RGB value is (125,31,3). Sum of RGB (Red+Green+Blue) = 125+31+3=159 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.62% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1F03 is #82E0FC. Grayscale: #383838. Windows color (decimal): -8577277 or 204669. OLE color: 204669.

HSL color Cylindrical-coordinate representation of color #7D1F03: hue angle of 13.77º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D1F03 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 31 3 -
CMYK 0 0.75 0.98 0.51
HSL 13.77º 0.95% 0.25% -
HSV(B) 13.77º 0.98% 0.49% -
XYZ 8.96 5.35 0.65 -
YUV 55.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 125 31 3 0 0.75 0.98 0.51 13.77 0.95 0.25
Hex 7D 1F 3 0 4B 62 33 E 5F 19
Octal 175 37 3 0 113 142 63 16 137 31
Binary 1111101 11111 11 0 1001011 1100010 110011 1110 1011111 11001

Color Harmonies of #7D1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1F03

Black with #7D1F03

Text Example


Text Example

White with #7D1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,31,3); }

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

background-color css

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

 a { background-color: rgb(125,31,3); }

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

border-color css

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

 span { border-color: rgb(125,31,3); }

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