Html Css Color HEX #7F292E Flame Red

📋 copy color: '#7F292E'

red 127 ◦ green 41 ◦ blue 46

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

Shades of Flame Red #7F292E

Tints of Flame Red #7F292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.16%

 BLUE value IS 46 (18.36% from 255) = 21.5%

R = 59.35%
G = 19.16%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F292E (or 0x7F292E) is known color: Flame Red. HEX triplet: 7F, 29 and 2E. RGB value is (127,41,46). Sum of RGB (Red+Green+Blue) = 127+41+46=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F292E is #80D6D1. Grayscale: #434343. Windows color (decimal): -8443602 or 3025279. OLE color: 3025279.

HSL color Cylindrical-coordinate representation of color #7F292E: hue angle of 356.51º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F292E is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 41 46 -
CMYK 0 0.68 0.64 0.50
HSL 356.51º 0.51% 0.33% -
HSV(B) 356.51º 0.68% 0.5% -
XYZ 10.04 6.3 3.27 -
YUV 67.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 127 41 46 0 0.68 0.64 0.50 356.51 0.51 0.33
Hex 7F 29 2E 0 44 40 32 165 33 21
Octal 177 51 56 0 104 100 62 545 63 41
Binary 1111111 101001 101110 0 1000100 1000000 110010 101100101 110011 100001

Color Harmonies of #7F292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F292E

Black with #7F292E

Text Example


Text Example

White with #7F292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,41,46); }

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

background-color css

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

 a { background-color: rgb(127,41,46); }

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

border-color css

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

 span { border-color: rgb(127,41,46); }

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