Html Css Color HEX #7F2528 Flame Red

📋 copy color: '#7F2528'

red 127 ◦ green 37 ◦ blue 40

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

Shades of Flame Red #7F2528

Tints of Flame Red #7F2528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 62.25%
G = 18.14%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F2528 (or 0x7F2528) is known color: Flame Red. HEX triplet: 7F, 25 and 28. RGB value is (127,37,40). Sum of RGB (Red+Green+Blue) = 127+37+40=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2528 is #80DAD7. Grayscale: #404040. Windows color (decimal): -8444632 or 2631039. OLE color: 2631039.

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

Color convert

RGB 127 37 40 -
CMYK 0 0.71 0.69 0.50
HSL 358º 0.55% 0.32% -
HSV(B) 358º 0.71% 0.5% -
XYZ 9.8 5.99 2.65 -
YUV 64.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 127 37 40 0 0.71 0.69 0.50 358 0.55 0.32
Hex 7F 25 28 0 47 45 32 166 37 20
Octal 177 45 50 0 107 105 62 546 67 40
Binary 1111111 100101 101000 0 1000111 1000101 110010 101100110 110111 100000

Color Harmonies of #7F2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2528

Black with #7F2528

Text Example


Text Example

White with #7F2528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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