Html Css Color HEX #DC2043 Crimson

📋 copy color: '#DC2043'

red 220 ◦ green 32 ◦ blue 67

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

Shades of Crimson #DC2043

Tints of Crimson #DC2043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

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

R = 68.97%
G = 10.03%
B = 21%

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

#DC2043 (or 0xDC2043) is known color: Crimson. HEX triplet: DC, 20 and 43. RGB value is (220,32,67). Sum of RGB (Red+Green+Blue) = 220+32+67=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2043 is #23DFBC. Grayscale: #5C5C5C. Windows color (decimal): -2351037 or 4399324. OLE color: 4399324.

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

Color convert

RGB 220 32 67 -
CMYK 0 0.85 0.70 0.14
HSL 348.83º 0.75% 0.49% -
HSV(B) 348.83º 0.85% 0.86% -
XYZ 31.04 16.65 6.89 -
YUV 92.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 220 32 67 0 0.85 0.70 0.14 348.83 0.75 0.49
Hex DC 20 43 0 55 46 E 15D 4B 31
Octal 334 40 103 0 125 106 16 535 113 61
Binary 11011100 100000 1000011 0 1010101 1000110 1110 101011101 1001011 110001

Color Harmonies of #DC2043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2043

Black with #DC2043

Text Example


Text Example

White with #DC2043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2043; }

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

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

background-color css

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

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

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

border-color css

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

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

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