Html Css Color HEX #DC043C Crimson

📋 copy color: '#DC043C'

red 220 ◦ green 4 ◦ blue 60

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

Shades of Crimson #DC043C

Tints of Crimson #DC043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 77.46%
G = 1.41%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC043C (or 0xDC043C) is known color: Crimson. HEX triplet: DC, 04 and 3C. RGB value is (220,4,60). Sum of RGB (Red+Green+Blue) = 220+4+60=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC043C is #23FBC3. Grayscale: #4A4A4A. Windows color (decimal): -2358212 or 3933404. OLE color: 3933404.

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

Color convert

RGB 220 4 60 -
CMYK 0 0.98 0.73 0.14
HSL 344.44º 0.96% 0.44% -
HSV(B) 344.44º 0.98% 0.86% -
XYZ 30.37 15.63 5.69 -
YUV 74.97 119.56 231.45 -
System Red Green Blue C M Y K H S L
Decimal 220 4 60 0 0.98 0.73 0.14 344.44 0.96 0.44
Hex DC 4 3C 0 62 49 E 158 60 2C
Octal 334 4 74 0 142 111 16 530 140 54
Binary 11011100 100 111100 0 1100010 1001001 1110 101011000 1100000 101100

Color Harmonies of #DC043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC043C

Black with #DC043C

Text Example


Text Example

White with #DC043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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