Html Css Color HEX #570F01 Red Oxide

📋 copy color: '#570F01'

red 87 ◦ green 15 ◦ blue 1

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

Shades of Red Oxide #570F01

Tints of Red Oxide #570F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.56%

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

R = 84.47%
G = 14.56%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#570F01 (or 0x570F01) is known color: Red Oxide. HEX triplet: 57, 0F and 01. RGB value is (87,15,1). Sum of RGB (Red+Green+Blue) = 87+15+1=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #570F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F01 is #A8F0FE. Grayscale: #232323. Windows color (decimal): -11071743 or 69463. OLE color: 69463.

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

Color convert

RGB 87 15 1 -
CMYK 0 0.83 0.99 0.66
HSL 9.77º 0.98% 0.17% -
HSV(B) 9.77º 0.99% 0.34% -
XYZ 4.11 2.37 0.27 -
YUV 34.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 87 15 1 0 0.83 0.99 0.66 9.77 0.98 0.17
Hex 57 F 1 0 53 63 42 A 62 11
Octal 127 17 1 0 123 143 102 12 142 21
Binary 1010111 1111 1 0 1010011 1100011 1000010 1010 1100010 10001

Color Harmonies of #570F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F01

Black with #570F01

Text Example


Text Example

White with #570F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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