Html Css Color HEX #DC1846 Crimson

📋 copy color: '#DC1846'

red 220 ◦ green 24 ◦ blue 70

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

Shades of Crimson #DC1846

Tints of Crimson #DC1846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 70.06%
G = 7.64%
B = 22.29%

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

#DC1846 (or 0xDC1846) is known color: Crimson. HEX triplet: DC, 18 and 46. RGB value is (220,24,70). Sum of RGB (Red+Green+Blue) = 220+24+70=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1846 is #23E7B9. Grayscale: #575757. Windows color (decimal): -2353082 or 4593884. OLE color: 4593884.

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

Color convert

RGB 220 24 70 -
CMYK 0 0.89 0.68 0.14
HSL 345.92º 0.8% 0.48% -
HSV(B) 345.92º 0.89% 0.86% -
XYZ 30.95 16.31 7.31 -
YUV 87.85 117.93 222.26 -
System Red Green Blue C M Y K H S L
Decimal 220 24 70 0 0.89 0.68 0.14 345.92 0.8 0.48
Hex DC 18 46 0 59 44 E 15A 50 30
Octal 334 30 106 0 131 104 16 532 120 60
Binary 11011100 11000 1000110 0 1011001 1000100 1110 101011010 1010000 110000

Color Harmonies of #DC1846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1846

Black with #DC1846

Text Example


Text Example

White with #DC1846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1846; }

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

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

background-color css

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

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

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

border-color css

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

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

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