Html Css Color HEX #57100F Red Oxide

📋 copy color: '#57100F'

red 87 ◦ green 16 ◦ blue 15

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

Shades of Red Oxide #57100F

Tints of Red Oxide #57100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

 BLUE value IS 15 (6.25% from 255) = 12.71%

R = 73.73%
G = 13.56%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57100F (or 0x57100F) is known color: Red Oxide. HEX triplet: 57, 10 and 0F. RGB value is (87,16,15). Sum of RGB (Red+Green+Blue) = 87+16+15=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #57100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57100F is #A8EFF0. Grayscale: #252525. Windows color (decimal): -11071473 or 987223. OLE color: 987223.

HSL color Cylindrical-coordinate representation of color #57100F: hue angle of 0.83º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57100F is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 15 -
CMYK 0 0.82 0.83 0.66
HSL 0.83º 0.71% 0.2% -
HSV(B) 0.83º 0.83% 0.34% -
XYZ 4.2 2.43 0.7 -
YUV 37.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 87 16 15 0 0.82 0.83 0.66 0.83 0.71 0.2
Hex 57 10 F 0 52 53 42 1 47 14
Octal 127 20 17 0 122 123 102 1 107 24
Binary 1010111 10000 1111 0 1010010 1010011 1000010 1 1000111 10100

Color Harmonies of #57100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57100F

Black with #57100F

Text Example


Text Example

White with #57100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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