Html Css Color HEX #7E1803 Falu Red

📋 copy color: '#7E1803'

red 126 ◦ green 24 ◦ blue 3

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

Shades of Falu Red #7E1803

Tints of Falu Red #7E1803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

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

R = 82.35%
G = 15.69%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7E1803 (or 0x7E1803) is known color: Falu Red. HEX triplet: 7E, 18 and 03. RGB value is (126,24,3). Sum of RGB (Red+Green+Blue) = 126+24+3=153 (20% of max value = 765). Red value is 126 (49.61% from 255 or 82.35% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1803 is #81E7FC. Grayscale: #343434. Windows color (decimal): -8513533 or 202878. OLE color: 202878.

HSL color Cylindrical-coordinate representation of color #7E1803: hue angle of 10.24º 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 #7E1803 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 24 3 -
CMYK 0 0.81 0.98 0.51
HSL 10.24º 0.95% 0.25% -
HSV(B) 10.24º 0.98% 0.49% -
XYZ 8.95 5.1 0.6 -
YUV 52.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 126 24 3 0 0.81 0.98 0.51 10.24 0.95 0.25
Hex 7E 18 3 0 51 62 33 A 5F 19
Octal 176 30 3 0 121 142 63 12 137 31
Binary 1111110 11000 11 0 1010001 1100010 110011 1010 1011111 11001

Color Harmonies of #7E1803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1803

Black with #7E1803

Text Example


Text Example

White with #7E1803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,24,3); }

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

background-color css

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

 a { background-color: rgb(126,24,3); }

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

border-color css

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

 span { border-color: rgb(126,24,3); }

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