Html Css Color HEX #581118 Burnt Crimson

📋 copy color: '#581118'

red 88 ◦ green 17 ◦ blue 24

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

Shades of Burnt Crimson #581118

Tints of Burnt Crimson #581118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 68.22%
G = 13.18%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#581118 (or 0x581118) is known color: Burnt Crimson. HEX triplet: 58, 11 and 18. RGB value is (88,17,24). Sum of RGB (Red+Green+Blue) = 88+17+24=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581118 is #A7EEE7. Grayscale: #272727. Windows color (decimal): -11005672 or 1577304. OLE color: 1577304.

HSL color Cylindrical-coordinate representation of color #581118: hue angle of 354.08º 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 #581118 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 24 -
CMYK 0 0.81 0.73 0.65
HSL 354.08º 0.68% 0.21% -
HSV(B) 354.08º 0.81% 0.35% -
XYZ 4.39 2.54 1.12 -
YUV 39.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 88 17 24 0 0.81 0.73 0.65 354.08 0.68 0.21
Hex 58 11 18 0 51 49 41 162 44 15
Octal 130 21 30 0 121 111 101 542 104 25
Binary 1011000 10001 11000 0 1010001 1001001 1000001 101100010 1000100 10101

Color Harmonies of #581118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581118

Black with #581118

Text Example


Text Example

White with #581118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581118; }

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

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

background-color css

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

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

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

border-color css

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

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

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