Html Css Color HEX #DC1849 Crimson

📋 copy color: '#DC1849'

red 220 ◦ green 24 ◦ blue 73

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

Shades of Crimson #DC1849

Tints of Crimson #DC1849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 69.4%
G = 7.57%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC1849 (or 0xDC1849) is known color: Crimson. HEX triplet: DC, 18 and 49. RGB value is (220,24,73). Sum of RGB (Red+Green+Blue) = 220+24+73=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1849 is #23E7B6. Grayscale: #585858. Windows color (decimal): -2353079 or 4790492. OLE color: 4790492.

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

Color convert

RGB 220 24 73 -
CMYK 0 0.89 0.67 0.14
HSL 345º 0.8% 0.48% -
HSV(B) 345º 0.89% 0.86% -
XYZ 31.04 16.35 7.82 -
YUV 88.19 119.43 222.02 -
System Red Green Blue C M Y K H S L
Decimal 220 24 73 0 0.89 0.67 0.14 345 0.8 0.48
Hex DC 18 49 0 59 43 E 159 50 30
Octal 334 30 111 0 131 103 16 531 120 60
Binary 11011100 11000 1001001 0 1011001 1000011 1110 101011001 1010000 110000

Color Harmonies of #DC1849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1849

Black with #DC1849

Text Example


Text Example

White with #DC1849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1849; }

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

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

background-color css

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

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

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

border-color css

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

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

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