Html Css Color HEX #581414 Red Oxide

📋 copy color: '#581414'

red 88 ◦ green 20 ◦ blue 20

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

Shades of Red Oxide #581414

Tints of Red Oxide #581414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 68.75%
G = 15.63%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#581414 (or 0x581414) is known color: Red Oxide. HEX triplet: 58, 14 and 14. RGB value is (88,20,20). Sum of RGB (Red+Green+Blue) = 88+20+20=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581414 is #A7EBEB. Grayscale: #282828. Windows color (decimal): -11004908 or 1315928. OLE color: 1315928.

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

Color convert

RGB 88 20 20 -
CMYK 0 0.77 0.77 0.65
HSL 0.63% 0.21% -
HSV(B) 0.77% 0.35% -
XYZ 4.4 2.63 0.94 -
YUV 40.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 88 20 20 0 0.77 0.77 0.65 0 0.63 0.21
Hex 58 14 14 0 4D 4D 41 0 3F 15
Octal 130 24 24 0 115 115 101 0 77 25
Binary 1011000 10100 10100 0 1001101 1001101 1000001 0 111111 10101

Color Harmonies of #581414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581414

Black with #581414

Text Example


Text Example

White with #581414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581414; }

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

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

background-color css

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

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

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

border-color css

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

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

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