Html Css Color HEX #DC333A Alizarin

📋 copy color: '#DC333A'

red 220 ◦ green 51 ◦ blue 58

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

Shades of Alizarin #DC333A

Tints of Alizarin #DC333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 66.87%
G = 15.5%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC333A (or 0xDC333A) is known color: Alizarin. HEX triplet: DC, 33 and 3A. RGB value is (220,51,58). Sum of RGB (Red+Green+Blue) = 220+51+58=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC333A is #23CCC5. Grayscale: #666666. Windows color (decimal): -2346182 or 3814364. OLE color: 3814364.

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

Color convert

RGB 220 51 58 -
CMYK 0 0.77 0.74 0.14
HSL 357.51º 0.71% 0.53% -
HSV(B) 357.51º 0.77% 0.86% -
XYZ 31.46 17.89 5.8 -
YUV 102.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 220 51 58 0 0.77 0.74 0.14 357.51 0.71 0.53
Hex DC 33 3A 0 4D 4A E 166 47 35
Octal 334 63 72 0 115 112 16 546 107 65
Binary 11011100 110011 111010 0 1001101 1001010 1110 101100110 1000111 110101

Color Harmonies of #DC333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC333A

Black with #DC333A

Text Example


Text Example

White with #DC333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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