#570E01

Color #570E01 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #570E01

Tints of Red Oxide #570E01

Color information

#570E01 (or 0x570E01) is unknown color: approx Red Oxide. HEX triplet: 57, 0E and 01. RGB value is (87,14,1). Sum of RGB (Red+Green+Blue) = 87+14+1=102 (13% of max value = 765). Red value is 87 (34.38% from 255 or 85.29% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 87 - color contains mainly: red. Hex color #570E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E01 is #A8F1FE. Grayscale: #222222. Windows color (decimal): -11071999 or 69207. OLE color: 69207.

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

Color convert

RGB87141-
CMYK00.840.990.66
HSL9.07º97.73%17.25%-
HSV(B)9.07º98.85%34.12%-
XYZ4.092.340.27-
YUV34.34109.18165.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 85.29%
GREEN value IS 14 (5.86% from 255) = 13.73%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=85.29%
G=13.73%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8714100.840.990.669.0797.7317.25
Hex57E1054634296211
Octal12716101241431021114221
Binary10101111110101010100110001110000101001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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