Html Css Color HEX #892028 Flame Red

📋 copy color: '#892028'

red 137 ◦ green 32 ◦ blue 40

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

Shades of Flame Red #892028

Tints of Flame Red #892028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 65.55%
G = 15.31%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#892028 (or 0x892028) is known color: Flame Red. HEX triplet: 89, 20 and 28. RGB value is (137,32,40). Sum of RGB (Red+Green+Blue) = 137+32+40=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #892028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892028 is #76DFD7. Grayscale: #404040. Windows color (decimal): -7790552 or 2629769. OLE color: 2629769.

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

Color convert

RGB 137 32 40 -
CMYK 0 0.77 0.71 0.46
HSL 355.43º 0.62% 0.33% -
HSV(B) 355.43º 0.77% 0.54% -
XYZ 11.22 6.5 2.67 -
YUV 64.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 137 32 40 0 0.77 0.71 0.46 355.43 0.62 0.33
Hex 89 20 28 0 4D 47 2E 163 3E 21
Octal 211 40 50 0 115 107 56 543 76 41
Binary 10001001 100000 101000 0 1001101 1000111 101110 101100011 111110 100001

Color Harmonies of #892028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892028

Black with #892028

Text Example


Text Example

White with #892028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892028; }

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

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

background-color css

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

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

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

border-color css

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

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

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