Html Css Color HEX #7F262A Flame Red

📋 copy color: '#7F262A'

red 127 ◦ green 38 ◦ blue 42

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

Shades of Flame Red #7F262A

Tints of Flame Red #7F262A

RGB

 RED value IS 127 (50% from 255) = 61.35%

 GREEN value IS 38 (15.23% from 255) = 18.36%

 BLUE value IS 42 (16.8% from 255) = 20.29%

R = 61.35%
G = 18.36%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F262A (or 0x7F262A) is known color: Flame Red. HEX triplet: 7F, 26 and 2A. RGB value is (127,38,42). Sum of RGB (Red+Green+Blue) = 127+38+42=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F262A is #80D9D5. Grayscale: #414141. Windows color (decimal): -8444374 or 2762367. OLE color: 2762367.

HSL color Cylindrical-coordinate representation of color #7F262A: hue angle of 357.3º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F262A is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 38 42 -
CMYK 0 0.70 0.67 0.50
HSL 357.3º 0.54% 0.32% -
HSV(B) 357.3º 0.7% 0.5% -
XYZ 9.86 6.07 2.84 -
YUV 65.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 127 38 42 0 0.70 0.67 0.50 357.3 0.54 0.32
Hex 7F 26 2A 0 46 43 32 165 36 20
Octal 177 46 52 0 106 103 62 545 66 40
Binary 1111111 100110 101010 0 1000110 1000011 110010 101100101 110110 100000

Color Harmonies of #7F262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F262A

Black with #7F262A

Text Example


Text Example

White with #7F262A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,38,42); }

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

background-color css

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

 a { background-color: rgb(127,38,42); }

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

border-color css

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

 span { border-color: rgb(127,38,42); }

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