Html Css Color HEX #7F2728 Flame Red

📋 copy color: '#7F2728'

red 127 ◦ green 39 ◦ blue 40

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

Shades of Flame Red #7F2728

Tints of Flame Red #7F2728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 61.65%
G = 18.93%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F2728 (or 0x7F2728) is known color: Flame Red. HEX triplet: 7F, 27 and 28. RGB value is (127,39,40). Sum of RGB (Red+Green+Blue) = 127+39+40=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2728 is #80D8D7. Grayscale: #414141. Windows color (decimal): -8444120 or 2631551. OLE color: 2631551.

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

Color convert

RGB 127 39 40 -
CMYK 0 0.69 0.69 0.50
HSL 359.32º 0.53% 0.33% -
HSV(B) 359.32º 0.69% 0.5% -
XYZ 9.86 6.12 2.67 -
YUV 65.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 127 39 40 0 0.69 0.69 0.50 359.32 0.53 0.33
Hex 7F 27 28 0 45 45 32 167 35 21
Octal 177 47 50 0 105 105 62 547 65 41
Binary 1111111 100111 101000 0 1000101 1000101 110010 101100111 110101 100001

Color Harmonies of #7F2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2728

Black with #7F2728

Text Example


Text Example

White with #7F2728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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