Html Css Color HEX #DC2142 Crimson

📋 copy color: '#DC2142'

red 220 ◦ green 33 ◦ blue 66

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

Shades of Crimson #DC2142

Tints of Crimson #DC2142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 68.97%
G = 10.34%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC2142 (or 0xDC2142) is known color: Crimson. HEX triplet: DC, 21 and 42. RGB value is (220,33,66). Sum of RGB (Red+Green+Blue) = 220+33+66=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2142 is #23DEBD. Grayscale: #5C5C5C. Windows color (decimal): -2350782 or 4334044. OLE color: 4334044.

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

Color convert

RGB 220 33 66 -
CMYK 0 0.85 0.7 0.14
HSL 349.41º 0.74% 0.5% -
HSV(B) 349.41º 0.85% 0.86% -
XYZ 31.04 16.7 6.74 -
YUV 92.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 220 33 66 0 0.85 0.7 0.14 349.41 0.74 0.5
Hex DC 21 42 0 55 46 E 15D 4A 32
Octal 334 41 102 0 125 106 16 535 112 62
Binary 11011100 100001 1000010 0 1010101 1000110 1110 101011101 1001010 110010

Color Harmonies of #DC2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2142

Black with #DC2142

Text Example


Text Example

White with #DC2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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