Html Css Color HEX #571101 Red Oxide

📋 copy color: '#571101'

red 87 ◦ green 17 ◦ blue 1

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

Shades of Red Oxide #571101

Tints of Red Oxide #571101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

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

R = 82.86%
G = 16.19%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#571101 (or 0x571101) is known color: Red Oxide. HEX triplet: 57, 11 and 01. RGB value is (87,17,1). Sum of RGB (Red+Green+Blue) = 87+17+1=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #571101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571101 is #A8EEFE. Grayscale: #242424. Windows color (decimal): -11071231 or 69975. OLE color: 69975.

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

Color convert

RGB 87 17 1 -
CMYK 0 0.80 0.99 0.66
HSL 11.16º 0.98% 0.17% -
HSV(B) 11.16º 0.99% 0.34% -
XYZ 4.14 2.43 0.28 -
YUV 36.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 87 17 1 0 0.80 0.99 0.66 11.16 0.98 0.17
Hex 57 11 1 0 50 63 42 B 62 11
Octal 127 21 1 0 120 143 102 13 142 21
Binary 1010111 10001 1 0 1010000 1100011 1000010 1011 1100010 10001

Color Harmonies of #571101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571101

Black with #571101

Text Example


Text Example

White with #571101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571101; }

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

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

background-color css

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

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

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

border-color css

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

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

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