Html Css Color HEX #571515 Red Oxide

📋 copy color: '#571515'

red 87 ◦ green 21 ◦ blue 21

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

Shades of Red Oxide #571515

Tints of Red Oxide #571515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

 BLUE value IS 21 (8.59% from 255) = 16.28%

R = 67.44%
G = 16.28%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#571515 (or 0x571515) is known color: Red Oxide. HEX triplet: 57, 15 and 15. RGB value is (87,21,21). Sum of RGB (Red+Green+Blue) = 87+21+21=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571515 is #A8EAEA. Grayscale: #282828. Windows color (decimal): -11070187 or 1381719. OLE color: 1381719.

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

Color convert

RGB 87 21 21 -
CMYK 0 0.76 0.76 0.66
HSL 0.61% 0.21% -
HSV(B) 0.76% 0.34% -
XYZ 4.33 2.62 0.99 -
YUV 40.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 87 21 21 0 0.76 0.76 0.66 0 0.61 0.21
Hex 57 15 15 0 4C 4C 42 0 3D 15
Octal 127 25 25 0 114 114 102 0 75 25
Binary 1010111 10101 10101 0 1001100 1001100 1000010 0 111101 10101

Color Harmonies of #571515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571515

Black with #571515

Text Example


Text Example

White with #571515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571515; }

 p { color: rgb(87,21,21); }

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

background-color css

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

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

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

border-color css

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

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

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