Html Css Color HEX #DC2141 Crimson

📋 copy color: '#DC2141'

red 220 ◦ green 33 ◦ blue 65

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

Shades of Crimson #DC2141

Tints of Crimson #DC2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

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

R = 69.18%
G = 10.38%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC2141 (or 0xDC2141) is known color: Crimson. HEX triplet: DC, 21 and 41. RGB value is (220,33,65). Sum of RGB (Red+Green+Blue) = 220+33+65=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2141 is #23DEBE. Grayscale: #5C5C5C. Windows color (decimal): -2350783 or 4268508. OLE color: 4268508.

HSL color Cylindrical-coordinate representation of color #DC2141: hue angle of 349.73º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2141 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 33 65 -
CMYK 0 0.85 0.70 0.14
HSL 349.73º 0.74% 0.5% -
HSV(B) 349.73º 0.85% 0.86% -
XYZ 31.01 16.69 6.59 -
YUV 92.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 220 33 65 0 0.85 0.70 0.14 349.73 0.74 0.5
Hex DC 21 41 0 55 46 E 15E 4A 32
Octal 334 41 101 0 125 106 16 536 112 62
Binary 11011100 100001 1000001 0 1010101 1000110 1110 101011110 1001010 110010

Color Harmonies of #DC2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2141

Black with #DC2141

Text Example


Text Example

White with #DC2141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2141; }

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

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

background-color css

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

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

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

border-color css

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

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

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