#892D30

Color #892D30 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #892D30

Tints of Flame Red #892D30

Color information

#892D30 (or 0x892D30) is unknown color: approx Flame Red. HEX triplet: 89, 2D and 30. RGB value is (137,45,48). Sum of RGB (Red+Green+Blue) = 137+45+48=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #892D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D30 is #76D2CF. Grayscale: #484848. Windows color (decimal): -7787216 or 3157385. OLE color: 3157385.

HSL color Cylindrical-coordinate representation of color #892D30: hue angle of 358.04º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D30 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB1374548-
CMYK00.670.650.46
HSL358.04º50.55%35.69%-
HSV(B)358.04º67.15%53.73%-
XYZ11.797.413.6-
YUV72.85113.98173.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.57%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=59.57%
G=19.57%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137454800.670.650.46358.0450.5535.69
Hex892D30043412E1663324
Octal21155600103101565466344
Binary10001001101101110000010000111000001101110101100110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892D30; }

 p { color: rgb(137,45,48); }

 H1.HeaderClassName
 {
   color: #892D30;
 }
 .AnyTagClassName
 {
   color: #892D30;
 }
</style>
background-color css

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

 a { background-color: rgb(137,45,48); }

 div.DivClassName
 {
   background-color: #892D30;
 }
 .BgClassName
 {
   background-color: #892D30;
 }
</style>
border-color css

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

 span { border-color: rgb(137,45,48); }

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