Html Css Color HEX #58110F Red Oxide

📋 copy color: '#58110F'

red 88 ◦ green 17 ◦ blue 15

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

Shades of Red Oxide #58110F

Tints of Red Oxide #58110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.5%

R = 73.33%
G = 14.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58110F (or 0x58110F) is known color: Red Oxide. HEX triplet: 58, 11 and 0F. RGB value is (88,17,15). Sum of RGB (Red+Green+Blue) = 88+17+15=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58110F is #A7EEF0. Grayscale: #262626. Windows color (decimal): -11005681 or 987480. OLE color: 987480.

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

Color convert

RGB 88 17 15 -
CMYK 0 0.81 0.83 0.65
HSL 1.64º 0.71% 0.2% -
HSV(B) 1.64º 0.83% 0.35% -
XYZ 4.31 2.51 0.71 -
YUV 38 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 88 17 15 0 0.81 0.83 0.65 1.64 0.71 0.2
Hex 58 11 F 0 51 53 41 2 47 14
Octal 130 21 17 0 121 123 101 2 107 24
Binary 1011000 10001 1111 0 1010001 1010011 1000001 10 1000111 10100

Color Harmonies of #58110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58110F

Black with #58110F

Text Example


Text Example

White with #58110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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