#5F1718

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

Shades of Burnt Crimson #5F1718

Tints of Burnt Crimson #5F1718

Color information

#5F1718 (or 0x5F1718) is unknown color: approx Burnt Crimson. HEX triplet: 5F, 17 and 18. RGB value is (95,23,24). Sum of RGB (Red+Green+Blue) = 95+23+24=142 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.90% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1718 is #A0E8E7. Grayscale: #2C2C2C. Windows color (decimal): -10545384 or 1578847. OLE color: 1578847.

HSL color Cylindrical-coordinate representation of color #5F1718: hue angle of 359.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F1718 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB952324-
CMYK00.760.750.63
HSL359.17º61.02%23.14%-
HSV(B)359.17º75.79%37.25%-
XYZ5.193.111.19-
YUV44.64116.35163.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 66.90%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=66.90%
G=16.20%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95232400.760.750.63359.1761.0223.14
Hex5F171804C4B3F1673d17
Octal13727300114113775477527
Binary1011111101111100001001100100101111111110110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,23,24); }

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

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

 a { background-color: rgb(95,23,24); }

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

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

 span { border-color: rgb(95,23,24); }

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