Html Css Color HEX #DC3043 Alizarin

📋 copy color: '#DC3043'

red 220 ◦ green 48 ◦ blue 67

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

Shades of Alizarin #DC3043

Tints of Alizarin #DC3043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.33%

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

R = 65.67%
G = 14.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC3043 (or 0xDC3043) is known color: Alizarin. HEX triplet: DC, 30 and 43. RGB value is (220,48,67). Sum of RGB (Red+Green+Blue) = 220+48+67=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3043 is #23CFBC. Grayscale: #656565. Windows color (decimal): -2346941 or 4403420. OLE color: 4403420.

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

Color convert

RGB 220 48 67 -
CMYK 0 0.78 0.70 0.14
HSL 353.37º 0.71% 0.53% -
HSV(B) 353.37º 0.78% 0.86% -
XYZ 31.59 17.73 7.07 -
YUV 101.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 220 48 67 0 0.78 0.70 0.14 353.37 0.71 0.53
Hex DC 30 43 0 4E 46 E 161 47 35
Octal 334 60 103 0 116 106 16 541 107 65
Binary 11011100 110000 1000011 0 1001110 1000110 1110 101100001 1000111 110101

Color Harmonies of #DC3043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3043

Black with #DC3043

Text Example


Text Example

White with #DC3043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3043; }

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

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

background-color css

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

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

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

border-color css

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

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

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