Html Css Color HEX #58151C Burnt Crimson

📋 copy color: '#58151C'

red 88 ◦ green 21 ◦ blue 28

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

Shades of Burnt Crimson #58151C

Tints of Burnt Crimson #58151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.33%

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 64.23%
G = 15.33%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58151C (or 0x58151C) is known color: Burnt Crimson. HEX triplet: 58, 15 and 1C. RGB value is (88,21,28). Sum of RGB (Red+Green+Blue) = 88+21+28=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58151C is #A7EAE3. Grayscale: #292929. Windows color (decimal): -11004644 or 1840472. OLE color: 1840472.

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

Color convert

RGB 88 21 28 -
CMYK 0 0.76 0.68 0.65
HSL 353.73º 0.61% 0.21% -
HSV(B) 353.73º 0.76% 0.35% -
XYZ 4.5 2.69 1.38 -
YUV 41.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 88 21 28 0 0.76 0.68 0.65 353.73 0.61 0.21
Hex 58 15 1C 0 4C 44 41 162 3D 15
Octal 130 25 34 0 114 104 101 542 75 25
Binary 1011000 10101 11100 0 1001100 1000100 1000001 101100010 111101 10101

Color Harmonies of #58151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58151C

Black with #58151C

Text Example


Text Example

White with #58151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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