Html Css Color HEX #DC1841 Crimson

📋 copy color: '#DC1841'

red 220 ◦ green 24 ◦ blue 65

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

Shades of Crimson #DC1841

Tints of Crimson #DC1841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.77%

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 71.2%
G = 7.77%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC1841 (or 0xDC1841) is known color: Crimson. HEX triplet: DC, 18 and 41. RGB value is (220,24,65). Sum of RGB (Red+Green+Blue) = 220+24+65=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1841 is #23E7BE. Grayscale: #575757. Windows color (decimal): -2353087 or 4266204. OLE color: 4266204.

HSL color Cylindrical-coordinate representation of color #DC1841: hue angle of 347.45º 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 #DC1841 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 65 -
CMYK 0 0.89 0.70 0.14
HSL 347.45º 0.8% 0.48% -
HSV(B) 347.45º 0.89% 0.86% -
XYZ 30.8 16.25 6.51 -
YUV 87.28 115.43 222.67 -
System Red Green Blue C M Y K H S L
Decimal 220 24 65 0 0.89 0.70 0.14 347.45 0.8 0.48
Hex DC 18 41 0 59 46 E 15B 50 30
Octal 334 30 101 0 131 106 16 533 120 60
Binary 11011100 11000 1000001 0 1011001 1000110 1110 101011011 1010000 110000

Color Harmonies of #DC1841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1841

Black with #DC1841

Text Example


Text Example

White with #DC1841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1841; }

 p { color: rgb(220,24,65); }

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

background-color css

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

 a { background-color: rgb(220,24,65); }

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

border-color css

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

 span { border-color: rgb(220,24,65); }

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