Html Css Color HEX #580F15 Burnt Crimson

📋 copy color: '#580F15'

red 88 ◦ green 15 ◦ blue 21

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

Shades of Burnt Crimson #580F15

Tints of Burnt Crimson #580F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.1%

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

R = 70.97%
G = 12.1%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#580F15 (or 0x580F15) is known color: Burnt Crimson. HEX triplet: 58, 0F and 15. RGB value is (88,15,21). Sum of RGB (Red+Green+Blue) = 88+15+21=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #580F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F15 is #A7F0EA. Grayscale: #252525. Windows color (decimal): -11006187 or 1380184. OLE color: 1380184.

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

Color convert

RGB 88 15 21 -
CMYK 0 0.83 0.76 0.65
HSL 355.07º 0.71% 0.2% -
HSV(B) 355.07º 0.83% 0.35% -
XYZ 4.33 2.47 0.96 -
YUV 37.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 88 15 21 0 0.83 0.76 0.65 355.07 0.71 0.2
Hex 58 F 15 0 53 4C 41 163 47 14
Octal 130 17 25 0 123 114 101 543 107 24
Binary 1011000 1111 10101 0 1010011 1001100 1000001 101100011 1000111 10100

Color Harmonies of #580F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F15

Black with #580F15

Text Example


Text Example

White with #580F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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