#DF152F

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

Shades of Crimson #DF152F

Tints of Crimson #DF152F

Color information

#DF152F (or 0xDF152F) is unknown color: approx Crimson. HEX triplet: DF, 15 and 2F. RGB value is (223,21,47). Sum of RGB (Red+Green+Blue) = 223+21+47=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF152F is #20EAD0. Grayscale: #545454. Windows color (decimal): -2157265 or 3085791. OLE color: 3085791.

HSL color Cylindrical-coordinate representation of color #DF152F: hue angle of 352.28º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF152F is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB2232147-
CMYK00.910.790.13
HSL352.28º82.79%47.84%-
HSV(B)352.28º90.58%87.45%-
XYZ31.2116.434.22-
YUV84.36106.92226.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.63%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=76.63%
G=7.22%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223214700.910.790.13352.2882.7947.84
HexDF152F05B4FD1605330
Octal337255701331171554012360
Binary110111111010110111101011011100111111011011000001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF152F; }

 p { color: rgb(223,21,47); }

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

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

 a { background-color: rgb(223,21,47); }

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

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

 span { border-color: rgb(223,21,47); }

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