#5D1415

Color #5D1415 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5D1415

Tints of Burnt Crimson #5D1415

Color information

#5D1415 (or 0x5D1415) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 14 and 15. RGB value is (93,20,21). Sum of RGB (Red+Green+Blue) = 93+20+21=134 (17% of max value = 765). Red value is 93 (36.72% from 255 or 69.40% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1415 is #A2EBEA. Grayscale: #2A2A2A. Windows color (decimal): -10677227 or 1381469. OLE color: 1381469.

HSL color Cylindrical-coordinate representation of color #5D1415: hue angle of 359.18º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1415 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB932021-
CMYK00.780.770.64
HSL359.18º64.6%22.16%-
HSV(B)359.18º78.49%36.47%-
XYZ4.92.881.01-
YUV41.94116.18164.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 69.40%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=69.40%
G=14.93%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93202100.780.770.64359.1864.622.16
Hex5D141504E4D401674116
Octal1352425011611510054710126
Binary101110110100101010100111010011011000000101100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D1415; }

 p { color: rgb(93,20,21); }

 H1.HeaderClassName
 {
   color: #5D1415;
 }
 .AnyTagClassName
 {
   color: #5D1415;
 }
</style>
background-color css

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

 a { background-color: rgb(93,20,21); }

 div.DivClassName
 {
   background-color: #5D1415;
 }
 .BgClassName
 {
   background-color: #5D1415;
 }
</style>
border-color css

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

 span { border-color: rgb(93,20,21); }

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