Html Css Color HEX #580F11 Burnt Crimson

📋 copy color: '#580F11'

red 88 ◦ green 15 ◦ blue 17

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

Shades of Burnt Crimson #580F11

Tints of Burnt Crimson #580F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.17%

R = 73.33%
G = 12.5%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#580F11 (or 0x580F11) is known color: Burnt Crimson. HEX triplet: 58, 0F and 11. RGB value is (88,15,17). Sum of RGB (Red+Green+Blue) = 88+15+17=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #580F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F11 is #A7F0EE. Grayscale: #252525. Windows color (decimal): -11006191 or 1118040. OLE color: 1118040.

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

Color convert

RGB 88 15 17 -
CMYK 0 0.83 0.81 0.65
HSL 358.36º 0.71% 0.2% -
HSV(B) 358.36º 0.83% 0.35% -
XYZ 4.3 2.46 0.78 -
YUV 37.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 88 15 17 0 0.83 0.81 0.65 358.36 0.71 0.2
Hex 58 F 11 0 53 51 41 166 47 14
Octal 130 17 21 0 123 121 101 546 107 24
Binary 1011000 1111 10001 0 1010011 1010001 1000001 101100110 1000111 10100

Color Harmonies of #580F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F11

Black with #580F11

Text Example


Text Example

White with #580F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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