#570E0F

Color #570E0F Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #570E0F

Tints of Burnt Crimson #570E0F

Color information

#570E0F (or 0x570E0F) is unknown color: approx Burnt Crimson. HEX triplet: 57, 0E and 0F. RGB value is (87,14,15). Sum of RGB (Red+Green+Blue) = 87+14+15=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #570E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E0F is #A8F1F0. Grayscale: #242424. Windows color (decimal): -11071985 or 986711. OLE color: 986711.

HSL color Cylindrical-coordinate representation of color #570E0F: hue angle of 359.18º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E0F is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB871415-
CMYK00.840.830.66
HSL359.18º72.28%19.8%-
HSV(B)359.18º83.91%34.12%-
XYZ4.172.370.69-
YUV35.94116.18164.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75%
GREEN value IS 14 (5.86% from 255) = 12.07%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=75%
G=12.07%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87141500.840.830.66359.1872.2819.8
Hex57EF05453421674814
Octal1271617012412310254711024
Binary1010111111011110101010010100111000010101100111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570E0F; }

 p { color: rgb(87,14,15); }

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

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

 a { background-color: rgb(87,14,15); }

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

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

 span { border-color: rgb(87,14,15); }

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