Html Css Color HEX #DC1544 Crimson

📋 copy color: '#DC1544'

red 220 ◦ green 21 ◦ blue 68

#DC1544
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DC1544

Tints of Crimson #DC1544

RGB

 RED value IS 220 (86.33% from 255) = 71.2%

 GREEN value IS 21 (8.59% from 255) = 6.8%

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 71.2%
G = 6.8%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC1544 (or 0xDC1544) is known color: Crimson. HEX triplet: DC, 15 and 44. RGB value is (220,21,68). Sum of RGB (Red+Green+Blue) = 220+21+68=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1544 is #23EABB. Grayscale: #555555. Windows color (decimal): -2353852 or 4462044. OLE color: 4462044.

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

Color convert

RGB 220 21 68 -
CMYK 0 0.90 0.69 0.14
HSL 345.83º 0.83% 0.47% -
HSV(B) 345.83º 0.9% 0.86% -
XYZ 30.83 16.17 6.97 -
YUV 85.86 117.93 223.68 -
System Red Green Blue C M Y K H S L
Decimal 220 21 68 0 0.90 0.69 0.14 345.83 0.83 0.47
Hex DC 15 44 0 5A 45 E 15A 53 2F
Octal 334 25 104 0 132 105 16 532 123 57
Binary 11011100 10101 1000100 0 1011010 1000101 1110 101011010 1010011 101111

Color Harmonies of #DC1544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1544

Black with #DC1544

Text Example


Text Example

White with #DC1544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1544; }

 p { color: rgb(220,21,68); }

 H1.HeaderClassName
 {
   color: #DC1544;
 }
 .AnyTagClassName
 {
   color: #DC1544;
 }
</style>

background-color css

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

 a { background-color: rgb(220,21,68); }

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

border-color css

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

 span { border-color: rgb(220,21,68); }

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