#DF1C38

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

Shades of Crimson #DF1C38

Tints of Crimson #DF1C38

Color information

#DF1C38 (or 0xDF1C38) is unknown color: approx Crimson. HEX triplet: DF, 1C and 38. RGB value is (223,28,56). Sum of RGB (Red+Green+Blue) = 223+28+56=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1C38 is #20E3C7. Grayscale: #595959. Windows color (decimal): -2155464 or 3677407. OLE color: 3677407.

HSL color Cylindrical-coordinate representation of color #DF1C38: hue angle of 351.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1C38 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB2232856-
CMYK00.870.750.13
HSL351.38º77.69%49.22%-
HSV(B)351.38º87.44%87.45%-
XYZ31.5616.85.32-
YUV89.5109.1223.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 72.64%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=72.64%
G=9.12%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223285600.870.750.13351.3877.6949.22
HexDF1C380574BD15f4e31
Octal337347001271131553711661
Binary110111111110011100001010111100101111011010111111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1C38; }

 p { color: rgb(223,28,56); }

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

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

 a { background-color: rgb(223,28,56); }

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

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

 span { border-color: rgb(223,28,56); }

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