#DF1243

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

Shades of Crimson #DF1243

Tints of Crimson #DF1243

Color information

#DF1243 (or 0xDF1243) is unknown color: approx Crimson. HEX triplet: DF, 12 and 43. RGB value is (223,18,67). Sum of RGB (Red+Green+Blue) = 223+18+67=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1243 is #20EDBC. Grayscale: #545454. Windows color (decimal): -2158013 or 4395743. OLE color: 4395743.

HSL color Cylindrical-coordinate representation of color #DF1243: hue angle of 345.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1243 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB2231867-
CMYK00.920.700.13
HSL345.66º85.06%47.25%-
HSV(B)345.66º91.93%87.45%-
XYZ31.6616.536.83-
YUV84.88117.92226.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 72.40%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=72.40%
G=5.84%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223186700.920.700.13345.6685.0647.25
HexDF124305C46D15a552f
Octal3372210301341061553212557
Binary1101111110010100001101011100100011011011010110101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1243; }

 p { color: rgb(223,18,67); }

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

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

 a { background-color: rgb(223,18,67); }

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

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

 span { border-color: rgb(223,18,67); }

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