Html Css Color HEX #580E01 Red Oxide

📋 copy color: '#580E01'

red 88 ◦ green 14 ◦ blue 1

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

Shades of Red Oxide #580E01

Tints of Red Oxide #580E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.59%

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

R = 85.44%
G = 13.59%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#580E01 (or 0x580E01) is known color: Red Oxide. HEX triplet: 58, 0E and 01. RGB value is (88,14,1). Sum of RGB (Red+Green+Blue) = 88+14+1=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #580E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580E01 is #A7F1FE. Grayscale: #222222. Windows color (decimal): -11006463 or 69208. OLE color: 69208.

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

Color convert

RGB 88 14 1 -
CMYK 0 0.84 0.99 0.65
HSL 8.97º 0.98% 0.17% -
HSV(B) 8.97º 0.99% 0.35% -
XYZ 4.19 2.39 0.27 -
YUV 34.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 88 14 1 0 0.84 0.99 0.65 8.97 0.98 0.17
Hex 58 E 1 0 54 63 41 9 62 11
Octal 130 16 1 0 124 143 101 11 142 21
Binary 1011000 1110 1 0 1010100 1100011 1000001 1001 1100010 10001

Color Harmonies of #580E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E01

Black with #580E01

Text Example


Text Example

White with #580E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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