#DC1A3B

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

Shades of Crimson #DC1A3B

Tints of Crimson #DC1A3B

Color information

#DC1A3B (or 0xDC1A3B) is unknown color: approx Crimson. HEX triplet: DC, 1A and 3B. RGB value is (220,26,59). Sum of RGB (Red+Green+Blue) = 220+26+59=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A3B is #23E5C4. Grayscale: #575757. Windows color (decimal): -2352581 or 3873500. OLE color: 3873500.

HSL color Cylindrical-coordinate representation of color #DC1A3B: hue angle of 349.79º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A3B is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2202659-
CMYK00.880.730.14
HSL349.79º78.86%48.24%-
HSV(B)349.79º88.18%86.27%-
XYZ30.6716.275.66-
YUV87.77111.77222.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 72.13%
GREEN value IS 26 (10.55% from 255) = 8.52%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=72.13%
G=8.52%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220265900.880.730.14349.7978.8648.24
HexDC1A3B05849E15e4f30
Octal334327301301111653611760
Binary110111001101011101101011000100100111101010111101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1A3B; }

 p { color: rgb(220,26,59); }

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

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

 a { background-color: rgb(220,26,59); }

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

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

 span { border-color: rgb(220,26,59); }

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