Html Css Color HEX #7F272A Flame Red

📋 copy color: '#7F272A'

red 127 ◦ green 39 ◦ blue 42

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

Shades of Flame Red #7F272A

Tints of Flame Red #7F272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

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

R = 61.06%
G = 18.75%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F272A (or 0x7F272A) is known color: Flame Red. HEX triplet: 7F, 27 and 2A. RGB value is (127,39,42). Sum of RGB (Red+Green+Blue) = 127+39+42=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F272A is #80D8D5. Grayscale: #414141. Windows color (decimal): -8444118 or 2762623. OLE color: 2762623.

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

Color convert

RGB 127 39 42 -
CMYK 0 0.69 0.67 0.50
HSL 357.95º 0.53% 0.33% -
HSV(B) 357.95º 0.69% 0.5% -
XYZ 9.9 6.13 2.85 -
YUV 65.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 127 39 42 0 0.69 0.67 0.50 357.95 0.53 0.33
Hex 7F 27 2A 0 45 43 32 166 35 21
Octal 177 47 52 0 105 103 62 546 65 41
Binary 1111111 100111 101010 0 1000101 1000011 110010 101100110 110101 100001

Color Harmonies of #7F272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F272A

Black with #7F272A

Text Example


Text Example

White with #7F272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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