Html Css Color HEX #802425 Flame Red

📋 copy color: '#802425'

red 128 ◦ green 36 ◦ blue 37

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

Shades of Flame Red #802425

Tints of Flame Red #802425

RGB

 RED value IS 128 (50.39% from 255) = 63.68%

 GREEN value IS 36 (14.45% from 255) = 17.91%

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

R = 63.68%
G = 17.91%
B = 18.41%

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

#802425 (or 0x802425) is known color: Flame Red. HEX triplet: 80, 24 and 25. RGB value is (128,36,37). Sum of RGB (Red+Green+Blue) = 128+36+37=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802425 is #7FDBDA. Grayscale: #3F3F3F. Windows color (decimal): -8379355 or 2434176. OLE color: 2434176.

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

Color convert

RGB 128 36 37 -
CMYK 0 0.72 0.71 0.50
HSL 359.35º 0.56% 0.32% -
HSV(B) 359.35º 0.72% 0.5% -
XYZ 9.87 5.98 2.39 -
YUV 63.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 128 36 37 0 0.72 0.71 0.50 359.35 0.56 0.32
Hex 80 24 25 0 48 47 32 167 38 20
Octal 200 44 45 0 110 107 62 547 70 40
Binary 10000000 100100 100101 0 1001000 1000111 110010 101100111 111000 100000

Color Harmonies of #802425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802425

Black with #802425

Text Example


Text Example

White with #802425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802425; }

 p { color: rgb(128,36,37); }

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

background-color css

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

 a { background-color: rgb(128,36,37); }

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

border-color css

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

 span { border-color: rgb(128,36,37); }

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