Html Css Color HEX #DC1944 Crimson

📋 copy color: '#DC1944'

red 220 ◦ green 25 ◦ blue 68

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

Shades of Crimson #DC1944

Tints of Crimson #DC1944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

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

R = 70.29%
G = 7.99%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC1944 (or 0xDC1944) is known color: Crimson. HEX triplet: DC, 19 and 44. RGB value is (220,25,68). Sum of RGB (Red+Green+Blue) = 220+25+68=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1944 is #23E6BB. Grayscale: #585858. Windows color (decimal): -2352828 or 4463068. OLE color: 4463068.

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

Color convert

RGB 220 25 68 -
CMYK 0 0.89 0.69 0.14
HSL 346.77º 0.8% 0.48% -
HSV(B) 346.77º 0.89% 0.86% -
XYZ 30.91 16.33 6.99 -
YUV 88.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 220 25 68 0 0.89 0.69 0.14 346.77 0.8 0.48
Hex DC 19 44 0 59 45 E 15B 50 30
Octal 334 31 104 0 131 105 16 533 120 60
Binary 11011100 11001 1000100 0 1011001 1000101 1110 101011011 1010000 110000

Color Harmonies of #DC1944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1944

Black with #DC1944

Text Example


Text Example

White with #DC1944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1944; }

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

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

background-color css

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

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

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

border-color css

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

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

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