Html Css Color HEX #7E2402 Falu Red

📋 copy color: '#7E2402'

red 126 ◦ green 36 ◦ blue 2

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

Shades of Falu Red #7E2402

Tints of Falu Red #7E2402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

 BLUE value IS 2 (1.17% from 255) = 1.22%

R = 76.83%
G = 21.95%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7E2402 (or 0x7E2402) is known color: Falu Red. HEX triplet: 7E, 24 and 02. RGB value is (126,36,2). Sum of RGB (Red+Green+Blue) = 126+36+2=164 (21% of max value = 765). Red value is 126 (49.61% from 255 or 76.83% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2402 is #81DBFD. Grayscale: #3B3B3B. Windows color (decimal): -8510462 or 140414. OLE color: 140414.

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

Color convert

RGB 126 36 2 -
CMYK 0 0.71 0.98 0.51
HSL 16.45º 0.97% 0.25% -
HSV(B) 16.45º 0.98% 0.49% -
XYZ 9.25 5.7 0.67 -
YUV 59.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 126 36 2 0 0.71 0.98 0.51 16.45 0.97 0.25
Hex 7E 24 2 0 47 62 33 10 61 19
Octal 176 44 2 0 107 142 63 20 141 31
Binary 1111110 100100 10 0 1000111 1100010 110011 10000 1100001 11001

Color Harmonies of #7E2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2402

Black with #7E2402

Text Example


Text Example

White with #7E2402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,36,2); }

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

background-color css

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

 a { background-color: rgb(126,36,2); }

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

border-color css

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

 span { border-color: rgb(126,36,2); }

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