Html Css Color HEX #581401 Red Oxide

📋 copy color: '#581401'

red 88 ◦ green 20 ◦ blue 1

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

Shades of Red Oxide #581401

Tints of Red Oxide #581401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 80.73%
G = 18.35%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#581401 (or 0x581401) is known color: Red Oxide. HEX triplet: 58, 14 and 01. RGB value is (88,20,1). Sum of RGB (Red+Green+Blue) = 88+20+1=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #581401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581401 is #A7EBFE. Grayscale: #262626. Windows color (decimal): -11004927 or 70744. OLE color: 70744.

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

Color convert

RGB 88 20 1 -
CMYK 0 0.77 0.99 0.65
HSL 13.1º 0.98% 0.17% -
HSV(B) 13.1º 0.99% 0.35% -
XYZ 4.28 2.58 0.3 -
YUV 38.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 88 20 1 0 0.77 0.99 0.65 13.1 0.98 0.17
Hex 58 14 1 0 4D 63 41 D 62 11
Octal 130 24 1 0 115 143 101 15 142 21
Binary 1011000 10100 1 0 1001101 1100011 1000001 1101 1100010 10001

Color Harmonies of #581401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581401

Black with #581401

Text Example


Text Example

White with #581401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581401; }

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

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

background-color css

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

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

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

border-color css

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

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

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