Html Css Color HEX #581215 Burnt Crimson

📋 copy color: '#581215'

red 88 ◦ green 18 ◦ blue 21

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

Shades of Burnt Crimson #581215

Tints of Burnt Crimson #581215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

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

R = 69.29%
G = 14.17%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#581215 (or 0x581215) is known color: Burnt Crimson. HEX triplet: 58, 12 and 15. RGB value is (88,18,21). Sum of RGB (Red+Green+Blue) = 88+18+21=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #581215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581215 is #A7EDEA. Grayscale: #272727. Windows color (decimal): -11005419 or 1380952. OLE color: 1380952.

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

Color convert

RGB 88 18 21 -
CMYK 0 0.80 0.76 0.65
HSL 357.43º 0.66% 0.21% -
HSV(B) 357.43º 0.8% 0.35% -
XYZ 4.38 2.56 0.97 -
YUV 39.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 88 18 21 0 0.80 0.76 0.65 357.43 0.66 0.21
Hex 58 12 15 0 50 4C 41 165 42 15
Octal 130 22 25 0 120 114 101 545 102 25
Binary 1011000 10010 10101 0 1010000 1001100 1000001 101100101 1000010 10101

Color Harmonies of #581215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581215

Black with #581215

Text Example


Text Example

White with #581215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581215; }

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

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

background-color css

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

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

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

border-color css

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

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

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