#DF1736

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

Shades of Crimson #DF1736

Tints of Crimson #DF1736

Color information

#DF1736 (or 0xDF1736) is unknown color: approx Crimson. HEX triplet: DF, 17 and 36. RGB value is (223,23,54). Sum of RGB (Red+Green+Blue) = 223+23+54=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1736 is #20E8C9. Grayscale: #565656. Windows color (decimal): -2156746 or 3545055. OLE color: 3545055.

HSL color Cylindrical-coordinate representation of color #DF1736: hue angle of 350.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1736 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB2232354-
CMYK00.900.760.13
HSL350.7º81.3%48.24%-
HSV(B)350.7º89.69%87.45%-
XYZ31.416.575.03-
YUV86.33109.76225.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 74.33%
GREEN value IS 23 (9.38% from 255) = 7.67%
BLUE value IS 54 (21.48% from 255) = 18%
R=74.33%
G=7.67%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223235400.900.760.13350.781.348.24
HexDF173605A4CD15f5130
Octal337276601321141553712160
Binary110111111011111011001011010100110011011010111111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1736; }

 p { color: rgb(223,23,54); }

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

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

 a { background-color: rgb(223,23,54); }

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

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

 span { border-color: rgb(223,23,54); }

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