Html Css Color HEX #DC3243 Alizarin

📋 copy color: '#DC3243'

red 220 ◦ green 50 ◦ blue 67

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

Shades of Alizarin #DC3243

Tints of Alizarin #DC3243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.84%

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

R = 65.28%
G = 14.84%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC3243 (or 0xDC3243) is known color: Alizarin. HEX triplet: DC, 32 and 43. RGB value is (220,50,67). Sum of RGB (Red+Green+Blue) = 220+50+67=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3243 is #23CDBC. Grayscale: #666666. Windows color (decimal): -2346429 or 4403932. OLE color: 4403932.

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

Color convert

RGB 220 50 67 -
CMYK 0 0.77 0.70 0.14
HSL 354º 0.71% 0.53% -
HSV(B) 354º 0.77% 0.86% -
XYZ 31.67 17.9 7.1 -
YUV 102.77 107.82 211.62 -
System Red Green Blue C M Y K H S L
Decimal 220 50 67 0 0.77 0.70 0.14 354 0.71 0.53
Hex DC 32 43 0 4D 46 E 162 47 35
Octal 334 62 103 0 115 106 16 542 107 65
Binary 11011100 110010 1000011 0 1001101 1000110 1110 101100010 1000111 110101

Color Harmonies of #DC3243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3243

Black with #DC3243

Text Example


Text Example

White with #DC3243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3243; }

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

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

background-color css

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

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

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

border-color css

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

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

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