Html Css Color HEX #581111 Red Oxide

📋 copy color: '#581111'

red 88 ◦ green 17 ◦ blue 17

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

Shades of Red Oxide #581111

Tints of Red Oxide #581111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.93%

R = 72.13%
G = 13.93%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#581111 (or 0x581111) is known color: Red Oxide. HEX triplet: 58, 11 and 11. RGB value is (88,17,17). Sum of RGB (Red+Green+Blue) = 88+17+17=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #581111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581111 is #A7EEEE. Grayscale: #262626. Windows color (decimal): -11005679 or 1118552. OLE color: 1118552.

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

Color convert

RGB 88 17 17 -
CMYK 0 0.81 0.81 0.65
HSL 0.68% 0.21% -
HSV(B) 0.81% 0.35% -
XYZ 4.33 2.52 0.79 -
YUV 38.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 88 17 17 0 0.81 0.81 0.65 0 0.68 0.21
Hex 58 11 11 0 51 51 41 0 44 15
Octal 130 21 21 0 121 121 101 0 104 25
Binary 1011000 10001 10001 0 1010001 1010001 1000001 0 1000100 10101

Color Harmonies of #581111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581111

Black with #581111

Text Example


Text Example

White with #581111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581111; }

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

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

background-color css

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

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

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

border-color css

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

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

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