Html Css Color HEX #581015 Burnt Crimson

📋 copy color: '#581015'

red 88 ◦ green 16 ◦ blue 21

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

Shades of Burnt Crimson #581015

Tints of Burnt Crimson #581015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

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

R = 70.4%
G = 12.8%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#581015 (or 0x581015) is known color: Burnt Crimson. HEX triplet: 58, 10 and 15. RGB value is (88,16,21). Sum of RGB (Red+Green+Blue) = 88+16+21=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #581015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581015 is #A7EFEA. Grayscale: #262626. Windows color (decimal): -11005931 or 1380440. OLE color: 1380440.

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

Color convert

RGB 88 16 21 -
CMYK 0 0.82 0.76 0.65
HSL 355.83º 0.69% 0.2% -
HSV(B) 355.83º 0.82% 0.35% -
XYZ 4.35 2.5 0.96 -
YUV 38.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 88 16 21 0 0.82 0.76 0.65 355.83 0.69 0.2
Hex 58 10 15 0 52 4C 41 164 45 14
Octal 130 20 25 0 122 114 101 544 105 24
Binary 1011000 10000 10101 0 1010010 1001100 1000001 101100100 1000101 10100

Color Harmonies of #581015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581015

Black with #581015

Text Example


Text Example

White with #581015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581015; }

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

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

background-color css

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

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

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

border-color css

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

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

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