Html Css Color HEX #DC3343 Alizarin

📋 copy color: '#DC3343'

red 220 ◦ green 51 ◦ blue 67

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

Shades of Alizarin #DC3343

Tints of Alizarin #DC3343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.09%

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

R = 65.09%
G = 15.09%
B = 19.82%

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

#DC3343 (or 0xDC3343) is known color: Alizarin. HEX triplet: DC, 33 and 43. RGB value is (220,51,67). Sum of RGB (Red+Green+Blue) = 220+51+67=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3343 is #23CCBC. Grayscale: #676767. Windows color (decimal): -2346173 or 4404188. OLE color: 4404188.

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

Color convert

RGB 220 51 67 -
CMYK 0 0.77 0.70 0.14
HSL 354.32º 0.71% 0.53% -
HSV(B) 354.32º 0.77% 0.86% -
XYZ 31.71 17.99 7.11 -
YUV 103.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 220 51 67 0 0.77 0.70 0.14 354.32 0.71 0.53
Hex DC 33 43 0 4D 46 E 162 47 35
Octal 334 63 103 0 115 106 16 542 107 65
Binary 11011100 110011 1000011 0 1001101 1000110 1110 101100010 1000111 110101

Color Harmonies of #DC3343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3343

Black with #DC3343

Text Example


Text Example

White with #DC3343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3343; }

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

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

background-color css

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

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

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

border-color css

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

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

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