Html Css Color HEX #DC1847 Crimson

📋 copy color: '#DC1847'

red 220 ◦ green 24 ◦ blue 71

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

Shades of Crimson #DC1847

Tints of Crimson #DC1847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 69.84%
G = 7.62%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC1847 (or 0xDC1847) is known color: Crimson. HEX triplet: DC, 18 and 47. RGB value is (220,24,71). Sum of RGB (Red+Green+Blue) = 220+24+71=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1847 is #23E7B8. Grayscale: #575757. Windows color (decimal): -2353081 or 4659420. OLE color: 4659420.

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

Color convert

RGB 220 24 71 -
CMYK 0 0.89 0.68 0.14
HSL 345.61º 0.8% 0.48% -
HSV(B) 345.61º 0.89% 0.86% -
XYZ 30.98 16.32 7.48 -
YUV 87.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 220 24 71 0 0.89 0.68 0.14 345.61 0.8 0.48
Hex DC 18 47 0 59 44 E 15A 50 30
Octal 334 30 107 0 131 104 16 532 120 60
Binary 11011100 11000 1000111 0 1011001 1000100 1110 101011010 1010000 110000

Color Harmonies of #DC1847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1847

Black with #DC1847

Text Example


Text Example

White with #DC1847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1847; }

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

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

background-color css

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

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

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

border-color css

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

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

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