Html Css Color HEX #DC3334 Alizarin

📋 copy color: '#DC3334'

red 220 ◦ green 51 ◦ blue 52

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

Shades of Alizarin #DC3334

Tints of Alizarin #DC3334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.1%

R = 68.11%
G = 15.79%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3334 (or 0xDC3334) is known color: Alizarin. HEX triplet: DC, 33 and 34. RGB value is (220,51,52). Sum of RGB (Red+Green+Blue) = 220+51+52=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3334 is #23CCCB. Grayscale: #656565. Windows color (decimal): -2346188 or 3421148. OLE color: 3421148.

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

Color convert

RGB 220 51 52 -
CMYK 0 0.77 0.76 0.14
HSL 359.65º 0.71% 0.53% -
HSV(B) 359.65º 0.77% 0.86% -
XYZ 31.32 17.83 5.04 -
YUV 101.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 220 51 52 0 0.77 0.76 0.14 359.65 0.71 0.53
Hex DC 33 34 0 4D 4C E 168 47 35
Octal 334 63 64 0 115 114 16 550 107 65
Binary 11011100 110011 110100 0 1001101 1001100 1110 101101000 1000111 110101

Color Harmonies of #DC3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3334

Black with #DC3334

Text Example


Text Example

White with #DC3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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