Html Css Color HEX #DC043E Crimson

📋 copy color: '#DC043E'

red 220 ◦ green 4 ◦ blue 62

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

Shades of Crimson #DC043E

Tints of Crimson #DC043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 76.92%
G = 1.4%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC043E (or 0xDC043E) is known color: Crimson. HEX triplet: DC, 04 and 3E. RGB value is (220,4,62). Sum of RGB (Red+Green+Blue) = 220+4+62=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC043E is #23FBC1. Grayscale: #4B4B4B. Windows color (decimal): -2358210 or 4064476. OLE color: 4064476.

HSL color Cylindrical-coordinate representation of color #DC043E: hue angle of 343.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC043E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 4 62 -
CMYK 0 0.98 0.72 0.14
HSL 343.89º 0.96% 0.44% -
HSV(B) 343.89º 0.98% 0.86% -
XYZ 30.43 15.65 5.97 -
YUV 75.2 120.56 231.28 -
System Red Green Blue C M Y K H S L
Decimal 220 4 62 0 0.98 0.72 0.14 343.89 0.96 0.44
Hex DC 4 3E 0 62 48 E 158 60 2C
Octal 334 4 76 0 142 110 16 530 140 54
Binary 11011100 100 111110 0 1100010 1001000 1110 101011000 1100000 101100

Color Harmonies of #DC043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC043E

Black with #DC043E

Text Example


Text Example

White with #DC043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC043E; }

 p { color: rgb(220,4,62); }

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

background-color css

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

 a { background-color: rgb(220,4,62); }

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

border-color css

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

 span { border-color: rgb(220,4,62); }

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