Html Css Color HEX #58140F Red Oxide

📋 copy color: '#58140F'

red 88 ◦ green 20 ◦ blue 15

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

Shades of Red Oxide #58140F

Tints of Red Oxide #58140F

RGB

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

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

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

R = 71.54%
G = 16.26%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58140F (or 0x58140F) is known color: Red Oxide. HEX triplet: 58, 14 and 0F. RGB value is (88,20,15). Sum of RGB (Red+Green+Blue) = 88+20+15=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #58140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58140F is #A7EBF0. Grayscale: #272727. Windows color (decimal): -11004913 or 988248. OLE color: 988248.

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

Color convert

RGB 88 20 15 -
CMYK 0 0.77 0.83 0.65
HSL 4.11º 0.71% 0.2% -
HSV(B) 4.11º 0.83% 0.35% -
XYZ 4.36 2.61 0.73 -
YUV 39.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 88 20 15 0 0.77 0.83 0.65 4.11 0.71 0.2
Hex 58 14 F 0 4D 53 41 4 47 14
Octal 130 24 17 0 115 123 101 4 107 24
Binary 1011000 10100 1111 0 1001101 1010011 1000001 100 1000111 10100

Color Harmonies of #58140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58140F

Black with #58140F

Text Example


Text Example

White with #58140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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