Html Css Color HEX #DC1943 Crimson

📋 copy color: '#DC1943'

red 220 ◦ green 25 ◦ blue 67

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

Shades of Crimson #DC1943

Tints of Crimson #DC1943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 70.51%
G = 8.01%
B = 21.47%

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

#DC1943 (or 0xDC1943) is known color: Crimson. HEX triplet: DC, 19 and 43. RGB value is (220,25,67). Sum of RGB (Red+Green+Blue) = 220+25+67=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1943 is #23E6BC. Grayscale: #585858. Windows color (decimal): -2352829 or 4397532. OLE color: 4397532.

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

Color convert

RGB 220 25 67 -
CMYK 0 0.89 0.70 0.14
HSL 347.08º 0.8% 0.48% -
HSV(B) 347.08º 0.89% 0.86% -
XYZ 30.88 16.32 6.83 -
YUV 88.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 220 25 67 0 0.89 0.70 0.14 347.08 0.8 0.48
Hex DC 19 43 0 59 46 E 15B 50 30
Octal 334 31 103 0 131 106 16 533 120 60
Binary 11011100 11001 1000011 0 1011001 1000110 1110 101011011 1010000 110000

Color Harmonies of #DC1943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1943

Black with #DC1943

Text Example


Text Example

White with #DC1943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1943; }

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

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

background-color css

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

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

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

border-color css

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

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

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