Html Css Color HEX #571201 Red Oxide

📋 copy color: '#571201'

red 87 ◦ green 18 ◦ blue 1

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

Shades of Red Oxide #571201

Tints of Red Oxide #571201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

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

R = 82.08%
G = 16.98%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#571201 (or 0x571201) is known color: Red Oxide. HEX triplet: 57, 12 and 01. RGB value is (87,18,1). Sum of RGB (Red+Green+Blue) = 87+18+1=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #571201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571201 is #A8EDFE. Grayscale: #242424. Windows color (decimal): -11070975 or 70231. OLE color: 70231.

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

Color convert

RGB 87 18 1 -
CMYK 0 0.79 0.99 0.66
HSL 11.86º 0.98% 0.17% -
HSV(B) 11.86º 0.99% 0.34% -
XYZ 4.15 2.46 0.28 -
YUV 36.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 87 18 1 0 0.79 0.99 0.66 11.86 0.98 0.17
Hex 57 12 1 0 4F 63 42 C 62 11
Octal 127 22 1 0 117 143 102 14 142 21
Binary 1010111 10010 1 0 1001111 1100011 1000010 1100 1100010 10001

Color Harmonies of #571201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571201

Black with #571201

Text Example


Text Example

White with #571201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571201; }

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

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

background-color css

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

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

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

border-color css

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

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

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