#5F1213

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

Shades of Burnt Crimson #5F1213

Tints of Burnt Crimson #5F1213

Color information

#5F1213 (or 0x5F1213) is unknown color: approx Burnt Crimson. HEX triplet: 5F, 12 and 13. RGB value is (95,18,19). Sum of RGB (Red+Green+Blue) = 95+18+19=132 (17% of max value = 765). Red value is 95 (37.5% from 255 or 71.97% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1213 is #A0EDEC. Grayscale: #292929. Windows color (decimal): -10546669 or 1249887. OLE color: 1249887.

HSL color Cylindrical-coordinate representation of color #5F1213: hue angle of 359.22º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1213 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB951819-
CMYK00.810.800.63
HSL359.22º68.14%22.16%-
HSV(B)359.22º81.05%37.25%-
XYZ5.052.910.91-
YUV41.14115.51166.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 71.97%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=71.97%
G=13.64%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95181900.810.800.63359.2268.1422.16
Hex5F1213051503F1674416
Octal137222301211207754710426
Binary10111111001010011010100011010000111111101100111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,18,19); }

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

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

 a { background-color: rgb(95,18,19); }

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

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

 span { border-color: rgb(95,18,19); }

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