Html Css Color HEX #571303 Red Oxide

📋 copy color: '#571303'

red 87 ◦ green 19 ◦ blue 3

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

Shades of Red Oxide #571303

Tints of Red Oxide #571303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

 BLUE value IS 3 (1.56% from 255) = 2.75%

R = 79.82%
G = 17.43%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#571303 (or 0x571303) is known color: Red Oxide. HEX triplet: 57, 13 and 03. RGB value is (87,19,3). Sum of RGB (Red+Green+Blue) = 87+19+3=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #571303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571303 is #A8ECFC. Grayscale: #252525. Windows color (decimal): -11070717 or 201559. OLE color: 201559.

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

Color convert

RGB 87 19 3 -
CMYK 0 0.78 0.97 0.66
HSL 11.43º 0.93% 0.18% -
HSV(B) 11.43º 0.97% 0.34% -
XYZ 4.18 2.5 0.35 -
YUV 37.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 87 19 3 0 0.78 0.97 0.66 11.43 0.93 0.18
Hex 57 13 3 0 4E 61 42 B 5D 12
Octal 127 23 3 0 116 141 102 13 135 22
Binary 1010111 10011 11 0 1001110 1100001 1000010 1011 1011101 10010

Color Harmonies of #571303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571303

Black with #571303

Text Example


Text Example

White with #571303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571303; }

 p { color: rgb(87,19,3); }

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

background-color css

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

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

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

border-color css

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

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

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