Html Css Color HEX #570D01 Red Oxide

📋 copy color: '#570D01'

red 87 ◦ green 13 ◦ blue 1

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

Shades of Red Oxide #570D01

Tints of Red Oxide #570D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.87%

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

R = 86.14%
G = 12.87%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#570D01 (or 0x570D01) is known color: Red Oxide. HEX triplet: 57, 0D and 01. RGB value is (87,13,1). Sum of RGB (Red+Green+Blue) = 87+13+1=101 (13% of max value = 765). Red value is 87 (34.38% from 255 or 86.14% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 87 - color contains mainly: red. Hex color #570D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570D01 is #A8F2FE. Grayscale: #212121. Windows color (decimal): -11072255 or 68951. OLE color: 68951.

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

Color convert

RGB 87 13 1 -
CMYK 0 0.85 0.99 0.66
HSL 8.37º 0.98% 0.17% -
HSV(B) 8.37º 0.99% 0.34% -
XYZ 4.08 2.32 0.26 -
YUV 33.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 87 13 1 0 0.85 0.99 0.66 8.37 0.98 0.17
Hex 57 D 1 0 55 63 42 8 62 11
Octal 127 15 1 0 125 143 102 10 142 21
Binary 1010111 1101 1 0 1010101 1100011 1000010 1000 1100010 10001

Color Harmonies of #570D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570D01

Black with #570D01

Text Example


Text Example

White with #570D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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