Html Css Color HEX #7E1703 Falu Red

📋 copy color: '#7E1703'

red 126 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #7E1703

Tints of Falu Red #7E1703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 82.89%
G = 15.13%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7E1703 (or 0x7E1703) is known color: Falu Red. HEX triplet: 7E, 17 and 03. RGB value is (126,23,3). Sum of RGB (Red+Green+Blue) = 126+23+3=152 (20% of max value = 765). Red value is 126 (49.61% from 255 or 82.89% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1703 is #81E8FC. Grayscale: #333333. Windows color (decimal): -8513789 or 202622. OLE color: 202622.

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

Color convert

RGB 126 23 3 -
CMYK 0 0.82 0.98 0.51
HSL 9.76º 0.95% 0.25% -
HSV(B) 9.76º 0.98% 0.49% -
XYZ 8.93 5.05 0.59 -
YUV 51.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 126 23 3 0 0.82 0.98 0.51 9.76 0.95 0.25
Hex 7E 17 3 0 52 62 33 A 5F 19
Octal 176 27 3 0 122 142 63 12 137 31
Binary 1111110 10111 11 0 1010010 1100010 110011 1010 1011111 11001

Color Harmonies of #7E1703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1703

Black with #7E1703

Text Example


Text Example

White with #7E1703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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