Html Css Color HEX #7F2325 Flame Red

📋 copy color: '#7F2325'

red 127 ◦ green 35 ◦ blue 37

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

Shades of Flame Red #7F2325

Tints of Flame Red #7F2325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 63.82%
G = 17.59%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#7F2325 (or 0x7F2325) is known color: Flame Red. HEX triplet: 7F, 23 and 25. RGB value is (127,35,37). Sum of RGB (Red+Green+Blue) = 127+35+37=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2325 is #80DCDA. Grayscale: #3E3E3E. Windows color (decimal): -8445147 or 2433919. OLE color: 2433919.

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

Color convert

RGB 127 35 37 -
CMYK 0 0.72 0.71 0.50
HSL 358.7º 0.57% 0.32% -
HSV(B) 358.7º 0.72% 0.5% -
XYZ 9.69 5.85 2.37 -
YUV 62.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 127 35 37 0 0.72 0.71 0.50 358.7 0.57 0.32
Hex 7F 23 25 0 48 47 32 167 39 20
Octal 177 43 45 0 110 107 62 547 71 40
Binary 1111111 100011 100101 0 1001000 1000111 110010 101100111 111001 100000

Color Harmonies of #7F2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2325

Black with #7F2325

Text Example


Text Example

White with #7F2325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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