#DC1B36

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

Shades of Crimson #DC1B36

Tints of Crimson #DC1B36

Color information

#DC1B36 (or 0xDC1B36) is unknown color: approx Crimson. HEX triplet: DC, 1B and 36. RGB value is (220,27,54). Sum of RGB (Red+Green+Blue) = 220+27+54=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1B36 is #23E4C9. Grayscale: #575757. Windows color (decimal): -2352330 or 3546076. OLE color: 3546076.

HSL color Cylindrical-coordinate representation of color #DC1B36: hue angle of 351.61º degrees, saturation: 0.78, 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 #DC1B36 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB2202754-
CMYK00.880.750.14
HSL351.61º78.14%48.43%-
HSV(B)351.61º87.73%86.27%-
XYZ30.5716.275.02-
YUV87.79108.94222.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 73.09%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 54 (21.48% from 255) = 17.94%
R=73.09%
G=8.97%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220275400.880.750.14351.6178.1448.43
HexDC1B360584BE1604e30
Octal334336601301131654011660
Binary110111001101111011001011000100101111101011000001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1B36; }

 p { color: rgb(220,27,54); }

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

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

 a { background-color: rgb(220,27,54); }

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

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

 span { border-color: rgb(220,27,54); }

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