Html Css Color HEX #581101 Red Oxide

📋 copy color: '#581101'

red 88 ◦ green 17 ◦ blue 1

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

Shades of Red Oxide #581101

Tints of Red Oxide #581101

RGB

 RED value IS 88 (34.77% from 255) = 83.02%

 GREEN value IS 17 (7.03% from 255) = 16.04%

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

R = 83.02%
G = 16.04%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#581101 (or 0x581101) is known color: Red Oxide. HEX triplet: 58, 11 and 01. RGB value is (88,17,1). Sum of RGB (Red+Green+Blue) = 88+17+1=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #581101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581101 is #A7EEFE. Grayscale: #242424. Windows color (decimal): -11005695 or 69976. OLE color: 69976.

HSL color Cylindrical-coordinate representation of color #581101: hue angle of 11.03º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #581101 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 1 -
CMYK 0 0.81 0.99 0.65
HSL 11.03º 0.98% 0.17% -
HSV(B) 11.03º 0.99% 0.35% -
XYZ 4.23 2.48 0.28 -
YUV 36.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 88 17 1 0 0.81 0.99 0.65 11.03 0.98 0.17
Hex 58 11 1 0 51 63 41 B 62 11
Octal 130 21 1 0 121 143 101 13 142 21
Binary 1011000 10001 1 0 1010001 1100011 1000001 1011 1100010 10001

Color Harmonies of #581101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581101

Black with #581101

Text Example


Text Example

White with #581101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581101; }

 p { color: rgb(88,17,1); }

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

background-color css

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

 a { background-color: rgb(88,17,1); }

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

border-color css

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

 span { border-color: rgb(88,17,1); }

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