Html Css Color HEX #7F292B Flame Red

📋 copy color: '#7F292B'

red 127 ◦ green 41 ◦ blue 43

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

Shades of Flame Red #7F292B

Tints of Flame Red #7F292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.38%

R = 60.19%
G = 19.43%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F292B (or 0x7F292B) is known color: Flame Red. HEX triplet: 7F, 29 and 2B. RGB value is (127,41,43). Sum of RGB (Red+Green+Blue) = 127+41+43=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F292B is #80D6D4. Grayscale: #434343. Windows color (decimal): -8443605 or 2828671. OLE color: 2828671.

HSL color Cylindrical-coordinate representation of color #7F292B: hue angle of 358.6º 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 #7F292B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 41 43 -
CMYK 0 0.68 0.66 0.50
HSL 358.6º 0.51% 0.33% -
HSV(B) 358.6º 0.68% 0.5% -
XYZ 9.98 6.27 2.97 -
YUV 66.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 127 41 43 0 0.68 0.66 0.50 358.6 0.51 0.33
Hex 7F 29 2B 0 44 42 32 167 33 21
Octal 177 51 53 0 104 102 62 547 63 41
Binary 1111111 101001 101011 0 1000100 1000010 110010 101100111 110011 100001

Color Harmonies of #7F292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F292B

Black with #7F292B

Text Example


Text Example

White with #7F292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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