Html Css Color HEX #7F2529 Flame Red

📋 copy color: '#7F2529'

red 127 ◦ green 37 ◦ blue 41

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

Shades of Flame Red #7F2529

Tints of Flame Red #7F2529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20%

R = 61.95%
G = 18.05%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#7F2529 (or 0x7F2529) is known color: Flame Red. HEX triplet: 7F, 25 and 29. RGB value is (127,37,41). Sum of RGB (Red+Green+Blue) = 127+37+41=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2529 is #80DAD6. Grayscale: #404040. Windows color (decimal): -8444631 or 2696575. OLE color: 2696575.

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

Color convert

RGB 127 37 41 -
CMYK 0 0.71 0.68 0.50
HSL 357.33º 0.55% 0.32% -
HSV(B) 357.33º 0.71% 0.5% -
XYZ 9.81 6 2.74 -
YUV 64.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 127 37 41 0 0.71 0.68 0.50 357.33 0.55 0.32
Hex 7F 25 29 0 47 44 32 165 37 20
Octal 177 45 51 0 107 104 62 545 67 40
Binary 1111111 100101 101001 0 1000111 1000100 110010 101100101 110111 100000

Color Harmonies of #7F2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2529

Black with #7F2529

Text Example


Text Example

White with #7F2529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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