Html Css Color HEX #7F2B2E Flame Red

📋 copy color: '#7F2B2E'

red 127 ◦ green 43 ◦ blue 46

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

Shades of Flame Red #7F2B2E

Tints of Flame Red #7F2B2E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.91%

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

R = 58.8%
G = 19.91%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F2B2E (or 0x7F2B2E) is known color: Flame Red. HEX triplet: 7F, 2B and 2E. RGB value is (127,43,46). Sum of RGB (Red+Green+Blue) = 127+43+46=216 (28% of max value = 765). Red value is 127 (50% from 255 or 58.80% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2B2E is #80D4D1. Grayscale: #444444. Windows color (decimal): -8443090 or 3025791. OLE color: 3025791.

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

Color convert

RGB 127 43 46 -
CMYK 0 0.66 0.64 0.50
HSL 357.86º 0.49% 0.33% -
HSV(B) 357.86º 0.66% 0.5% -
XYZ 10.11 6.44 3.29 -
YUV 68.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 127 43 46 0 0.66 0.64 0.50 357.86 0.49 0.33
Hex 7F 2B 2E 0 42 40 32 166 31 21
Octal 177 53 56 0 102 100 62 546 61 41
Binary 1111111 101011 101110 0 1000010 1000000 110010 101100110 110001 100001

Color Harmonies of #7F2B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2B2E

Black with #7F2B2E

Text Example


Text Example

White with #7F2B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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