Html Css Color HEX #7F2628 Flame Red

📋 copy color: '#7F2628'

red 127 ◦ green 38 ◦ blue 40

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

Shades of Flame Red #7F2628

Tints of Flame Red #7F2628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

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

R = 61.95%
G = 18.54%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F2628 (or 0x7F2628) is known color: Flame Red. HEX triplet: 7F, 26 and 28. RGB value is (127,38,40). Sum of RGB (Red+Green+Blue) = 127+38+40=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2628 is #80D9D7. Grayscale: #404040. Windows color (decimal): -8444376 or 2631295. OLE color: 2631295.

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

Color convert

RGB 127 38 40 -
CMYK 0 0.70 0.69 0.50
HSL 358.65º 0.54% 0.32% -
HSV(B) 358.65º 0.7% 0.5% -
XYZ 9.83 6.05 2.66 -
YUV 64.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 127 38 40 0 0.70 0.69 0.50 358.65 0.54 0.32
Hex 7F 26 28 0 46 45 32 167 36 20
Octal 177 46 50 0 106 105 62 547 66 40
Binary 1111111 100110 101000 0 1000110 1000101 110010 101100111 110110 100000

Color Harmonies of #7F2628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2628

Black with #7F2628

Text Example


Text Example

White with #7F2628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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