Html Css Color HEX #581001 Red Oxide

📋 copy color: '#581001'

red 88 ◦ green 16 ◦ blue 1

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

Shades of Red Oxide #581001

Tints of Red Oxide #581001

RGB

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

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

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

R = 83.81%
G = 15.24%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#581001 (or 0x581001) is known color: Red Oxide. HEX triplet: 58, 10 and 01. RGB value is (88,16,1). Sum of RGB (Red+Green+Blue) = 88+16+1=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #581001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581001 is #A7EFFE. Grayscale: #232323. Windows color (decimal): -11005951 or 69720. OLE color: 69720.

HSL color Cylindrical-coordinate representation of color #581001: hue angle of 10.34º 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 #581001 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 1 -
CMYK 0 0.82 0.99 0.65
HSL 10.34º 0.98% 0.17% -
HSV(B) 10.34º 0.99% 0.35% -
XYZ 4.22 2.45 0.28 -
YUV 35.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 88 16 1 0 0.82 0.99 0.65 10.34 0.98 0.17
Hex 58 10 1 0 52 63 41 A 62 11
Octal 130 20 1 0 122 143 101 12 142 21
Binary 1011000 10000 1 0 1010010 1100011 1000001 1010 1100010 10001

Color Harmonies of #581001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581001

Black with #581001

Text Example


Text Example

White with #581001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581001; }

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

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

background-color css

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

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

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

border-color css

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

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

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