#571401

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

Shades of Red Oxide #571401

Tints of Red Oxide #571401

Color information

#571401 (or 0x571401) is unknown color: approx Red Oxide. HEX triplet: 57, 14 and 01. RGB value is (87,20,1). Sum of RGB (Red+Green+Blue) = 87+20+1=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #571401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571401 is #A8EBFE. Grayscale: #262626. Windows color (decimal): -11070463 or 70743. OLE color: 70743.

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

Color convert

RGB87201-
CMYK00.770.990.66
HSL13.26º97.73%17.25%-
HSV(B)13.26º98.85%34.12%-
XYZ4.192.530.3-
YUV37.87107.2163.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=80.56%
G=18.52%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8720100.770.990.6613.2697.7317.25
Hex5714104D6342d6211
Octal12724101151431021514221
Binary101011110100101001101110001110000101101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571401; }

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

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

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

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

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

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

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

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