#DC1448

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

Shades of Crimson #DC1448

Tints of Crimson #DC1448

Color information

#DC1448 (or 0xDC1448) is unknown color: approx Crimson. HEX triplet: DC, 14 and 48. RGB value is (220,20,72). Sum of RGB (Red+Green+Blue) = 220+20+72=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1448 is #23EBB7. Grayscale: #555555. Windows color (decimal): -2354104 or 4723932. OLE color: 4723932.

HSL color Cylindrical-coordinate representation of color #DC1448: hue angle of 344.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1448 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB2202072-
CMYK00.910.670.14
HSL344.4º83.33%47.06%-
HSV(B)344.4º90.91%86.27%-
XYZ30.9416.187.62-
YUV85.73120.26223.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.51%
GREEN value IS 20 (8.20% from 255) = 6.41%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=70.51%
G=6.41%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220207200.910.670.14344.483.3347.06
HexDC144805B43E158532f
Octal3342411001331031653012357
Binary1101110010100100100001011011100001111101010110001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1448; }

 p { color: rgb(220,20,72); }

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

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

 a { background-color: rgb(220,20,72); }

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

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

 span { border-color: rgb(220,20,72); }

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