Html Css Color HEX #581115 Burnt Crimson

📋 copy color: '#581115'

red 88 ◦ green 17 ◦ blue 21

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

Shades of Burnt Crimson #581115

Tints of Burnt Crimson #581115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.67%

R = 69.84%
G = 13.49%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#581115 (or 0x581115) is known color: Burnt Crimson. HEX triplet: 58, 11 and 15. RGB value is (88,17,21). Sum of RGB (Red+Green+Blue) = 88+17+21=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #581115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581115 is #A7EEEA. Grayscale: #262626. Windows color (decimal): -11005675 or 1380696. OLE color: 1380696.

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

Color convert

RGB 88 17 21 -
CMYK 0 0.81 0.76 0.65
HSL 356.62º 0.68% 0.21% -
HSV(B) 356.62º 0.81% 0.35% -
XYZ 4.36 2.53 0.97 -
YUV 38.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 88 17 21 0 0.81 0.76 0.65 356.62 0.68 0.21
Hex 58 11 15 0 51 4C 41 165 44 15
Octal 130 21 25 0 121 114 101 545 104 25
Binary 1011000 10001 10101 0 1010001 1001100 1000001 101100101 1000100 10101

Color Harmonies of #581115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581115

Black with #581115

Text Example


Text Example

White with #581115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581115; }

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

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

background-color css

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

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

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

border-color css

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

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

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