Html Css Color HEX #892428 Flame Red

📋 copy color: '#892428'

red 137 ◦ green 36 ◦ blue 40

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

Shades of Flame Red #892428

Tints of Flame Red #892428

RGB

 RED value IS 137 (53.91% from 255) = 64.32%

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

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

R = 64.32%
G = 16.9%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#892428 (or 0x892428) is known color: Flame Red. HEX triplet: 89, 24 and 28. RGB value is (137,36,40). Sum of RGB (Red+Green+Blue) = 137+36+40=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #892428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892428 is #76DBD7. Grayscale: #424242. Windows color (decimal): -7789528 or 2630793. OLE color: 2630793.

HSL color Cylindrical-coordinate representation of color #892428: hue angle of 357.62º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892428 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 36 40 -
CMYK 0 0.74 0.71 0.46
HSL 357.62º 0.58% 0.34% -
HSV(B) 357.62º 0.74% 0.54% -
XYZ 11.33 6.73 2.71 -
YUV 66.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 137 36 40 0 0.74 0.71 0.46 357.62 0.58 0.34
Hex 89 24 28 0 4A 47 2E 166 3A 22
Octal 211 44 50 0 112 107 56 546 72 42
Binary 10001001 100100 101000 0 1001010 1000111 101110 101100110 111010 100010

Color Harmonies of #892428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892428

Black with #892428

Text Example


Text Example

White with #892428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892428; }

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

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

background-color css

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

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

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

border-color css

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

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

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