Html Css Color HEX #DC3337 Alizarin

📋 copy color: '#DC3337'

red 220 ◦ green 51 ◦ blue 55

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

Shades of Alizarin #DC3337

Tints of Alizarin #DC3337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 67.48%
G = 15.64%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC3337 (or 0xDC3337) is known color: Alizarin. HEX triplet: DC, 33 and 37. RGB value is (220,51,55). Sum of RGB (Red+Green+Blue) = 220+51+55=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3337 is #23CCC8. Grayscale: #666666. Windows color (decimal): -2346185 or 3617756. OLE color: 3617756.

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

Color convert

RGB 220 51 55 -
CMYK 0 0.77 0.75 0.14
HSL 358.58º 0.71% 0.53% -
HSV(B) 358.58º 0.77% 0.86% -
XYZ 31.39 17.86 5.41 -
YUV 101.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 220 51 55 0 0.77 0.75 0.14 358.58 0.71 0.53
Hex DC 33 37 0 4D 4B E 167 47 35
Octal 334 63 67 0 115 113 16 547 107 65
Binary 11011100 110011 110111 0 1001101 1001011 1110 101100111 1000111 110101

Color Harmonies of #DC3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3337

Black with #DC3337

Text Example


Text Example

White with #DC3337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3337; }

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

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

background-color css

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

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

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

border-color css

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

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

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