Html Css Color HEX #570401 Red Oxide

📋 copy color: '#570401'

red 87 ◦ green 4 ◦ blue 1

#570401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #570401

Tints of Red Oxide #570401

RGB

 RED value IS 87 (34.38% from 255) = 94.57%

 GREEN value IS 4 (1.95% from 255) = 4.35%

 BLUE value IS 1 (0.78% from 255) = 1.09%

R = 94.57%
G = 4.35%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#570401 (or 0x570401) is known color: Red Oxide. HEX triplet: 57, 04 and 01. RGB value is (87,4,1). Sum of RGB (Red+Green+Blue) = 87+4+1=92 (12% of max value = 765). Red value is 87 (34.38% from 255 or 94.57% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 87 - color contains mainly: red. Hex color #570401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570401 is #A8FBFE. Grayscale: #1C1C1C. Windows color (decimal): -11074559 or 66647. OLE color: 66647.

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

Color convert

RGB 87 4 1 -
CMYK 0 0.95 0.99 0.66
HSL 2.09º 0.98% 0.17% -
HSV(B) 2.09º 0.99% 0.34% -
XYZ 3.98 2.12 0.23 -
YUV 28.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 87 4 1 0 0.95 0.99 0.66 2.09 0.98 0.17
Hex 57 4 1 0 5F 63 42 2 62 11
Octal 127 4 1 0 137 143 102 2 142 21
Binary 1010111 100 1 0 1011111 1100011 1000010 10 1100010 10001

Color Harmonies of #570401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570401

Black with #570401

Text Example


Text Example

White with #570401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570401; }

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

 H1.HeaderClassName
 {
   color: #570401;
 }
 .AnyTagClassName
 {
   color: #570401;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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