Html Css Color HEX #571401 Red Oxide

📋 copy color: '#571401'

red 87 ◦ green 20 ◦ blue 1

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

Shades of Red Oxide #571401

Tints of Red Oxide #571401

RGB

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

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#571401 (or 0x571401) is known color: 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

RGB 87 20 1 -
CMYK 0 0.77 0.99 0.66
HSL 13.26º 0.98% 0.17% -
HSV(B) 13.26º 0.99% 0.34% -
XYZ 4.19 2.53 0.3 -
YUV 37.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 87 20 1 0 0.77 0.99 0.66 13.26 0.98 0.17
Hex 57 14 1 0 4D 63 42 D 62 11
Octal 127 24 1 0 115 143 102 15 142 21
Binary 1010111 10100 1 0 1001101 1100011 1000010 1101 1100010 10001

Color Harmonies of #571401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571401

Black with #571401

Text Example


Text Example

White with #571401

Text Example


Text Example

HTML Codes & Css Web 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>