Html Css Color HEX #DC333C Alizarin

📋 copy color: '#DC333C'

red 220 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #DC333C

Tints of Alizarin #DC333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 66.47%
G = 15.41%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC333C (or 0xDC333C) is known color: Alizarin. HEX triplet: DC, 33 and 3C. RGB value is (220,51,60). Sum of RGB (Red+Green+Blue) = 220+51+60=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC333C is #23CCC3. Grayscale: #666666. Windows color (decimal): -2346180 or 3945436. OLE color: 3945436.

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

Color convert

RGB 220 51 60 -
CMYK 0 0.77 0.73 0.14
HSL 356.8º 0.71% 0.53% -
HSV(B) 356.8º 0.77% 0.86% -
XYZ 31.51 17.91 6.07 -
YUV 102.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 220 51 60 0 0.77 0.73 0.14 356.8 0.71 0.53
Hex DC 33 3C 0 4D 49 E 165 47 35
Octal 334 63 74 0 115 111 16 545 107 65
Binary 11011100 110011 111100 0 1001101 1001001 1110 101100101 1000111 110101

Color Harmonies of #DC333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC333C

Black with #DC333C

Text Example


Text Example

White with #DC333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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