#570E14

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

Shades of Burnt Crimson #570E14

Tints of Burnt Crimson #570E14

Color information

#570E14 (or 0x570E14) is unknown color: approx Burnt Crimson. HEX triplet: 57, 0E and 14. RGB value is (87,14,20). Sum of RGB (Red+Green+Blue) = 87+14+20=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #570E14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E14 is #A8F1EB. Grayscale: #242424. Windows color (decimal): -11071980 or 1314391. OLE color: 1314391.

HSL color Cylindrical-coordinate representation of color #570E14: hue angle of 355.07º 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 #570E14 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB871420-
CMYK00.840.770.66
HSL355.07º72.28%19.8%-
HSV(B)355.07º83.91%34.12%-
XYZ4.212.390.9-
YUV36.51118.68164.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 14 (5.86% from 255) = 11.57%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=71.90%
G=11.57%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87142000.840.770.66355.0772.2819.8
Hex57E140544D421634814
Octal1271624012411510254311024
Binary10101111110101000101010010011011000010101100011100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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