Html Css Color HEX #802428 Flame Red

📋 copy color: '#802428'

red 128 ◦ green 36 ◦ blue 40

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

Shades of Flame Red #802428

Tints of Flame Red #802428

RGB

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

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

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

R = 62.75%
G = 17.65%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#802428 (or 0x802428) is known color: Flame Red. HEX triplet: 80, 24 and 28. RGB value is (128,36,40). Sum of RGB (Red+Green+Blue) = 128+36+40=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #802428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802428 is #7FDBD7. Grayscale: #404040. Windows color (decimal): -8379352 or 2630784. OLE color: 2630784.

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

Color convert

RGB 128 36 40 -
CMYK 0 0.72 0.69 0.50
HSL 357.39º 0.56% 0.32% -
HSV(B) 357.39º 0.72% 0.5% -
XYZ 9.92 6 2.64 -
YUV 63.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 128 36 40 0 0.72 0.69 0.50 357.39 0.56 0.32
Hex 80 24 28 0 48 45 32 165 38 20
Octal 200 44 50 0 110 105 62 545 70 40
Binary 10000000 100100 101000 0 1001000 1000101 110010 101100101 111000 100000

Color Harmonies of #802428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802428

Black with #802428

Text Example


Text Example

White with #802428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802428; }

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

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

background-color css

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

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

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

border-color css

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

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

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