Html Css Color HEX #DC2140 Crimson

📋 copy color: '#DC2140'

red 220 ◦ green 33 ◦ blue 64

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

Shades of Crimson #DC2140

Tints of Crimson #DC2140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 69.4%
G = 10.41%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC2140 (or 0xDC2140) is known color: Crimson. HEX triplet: DC, 21 and 40. RGB value is (220,33,64). Sum of RGB (Red+Green+Blue) = 220+33+64=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2140 is #23DEBF. Grayscale: #5C5C5C. Windows color (decimal): -2350784 or 4202972. OLE color: 4202972.

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

Color convert

RGB 220 33 64 -
CMYK 0 0.85 0.71 0.14
HSL 350.05º 0.74% 0.5% -
HSV(B) 350.05º 0.85% 0.86% -
XYZ 30.98 16.67 6.44 -
YUV 92.45 111.95 218.98 -
System Red Green Blue C M Y K H S L
Decimal 220 33 64 0 0.85 0.71 0.14 350.05 0.74 0.5
Hex DC 21 40 0 55 47 E 15E 4A 32
Octal 334 41 100 0 125 107 16 536 112 62
Binary 11011100 100001 1000000 0 1010101 1000111 1110 101011110 1001010 110010

Color Harmonies of #DC2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2140

Black with #DC2140

Text Example


Text Example

White with #DC2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2140; }

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

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

background-color css

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

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

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

border-color css

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

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

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