#DF2636

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

Shades of Alizarin #DF2636

Tints of Alizarin #DF2636

Color information

#DF2636 (or 0xDF2636) is unknown color: approx Alizarin. HEX triplet: DF, 26 and 36. RGB value is (223,38,54). Sum of RGB (Red+Green+Blue) = 223+38+54=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2636 is #20D9C9. Grayscale: #5F5F5F. Windows color (decimal): -2152906 or 3548895. OLE color: 3548895.

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

Color convert

RGB2233854-
CMYK00.830.760.13
HSL354.81º74.3%51.18%-
HSV(B)354.81º82.96%87.45%-
XYZ31.7917.345.16-
YUV95.14104.79219.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 70.79%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=70.79%
G=12.06%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223385400.830.760.13354.8174.351.18
HexDF26360534CD1634a33
Octal337466601231141554311263
Binary1101111110011011011001010011100110011011011000111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2636; }

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

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

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

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

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

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

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

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