Html Css Color HEX #DC2D33 Alizarin

📋 copy color: '#DC2D33'

red 220 ◦ green 45 ◦ blue 51

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

Shades of Alizarin #DC2D33

Tints of Alizarin #DC2D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 69.62%
G = 14.24%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC2D33 (or 0xDC2D33) is known color: Alizarin. HEX triplet: DC, 2D and 33. RGB value is (220,45,51). Sum of RGB (Red+Green+Blue) = 220+45+51=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D33 is #23D2CC. Grayscale: #626262. Windows color (decimal): -2347725 or 3354076. OLE color: 3354076.

HSL color Cylindrical-coordinate representation of color #DC2D33: hue angle of 357.94º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D33 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 45 51 -
CMYK 0 0.80 0.77 0.14
HSL 357.94º 0.71% 0.52% -
HSV(B) 357.94º 0.8% 0.86% -
XYZ 31.05 17.33 4.84 -
YUV 98.01 101.48 215.01 -
System Red Green Blue C M Y K H S L
Decimal 220 45 51 0 0.80 0.77 0.14 357.94 0.71 0.52
Hex DC 2D 33 0 50 4D E 166 47 34
Octal 334 55 63 0 120 115 16 546 107 64
Binary 11011100 101101 110011 0 1010000 1001101 1110 101100110 1000111 110100

Color Harmonies of #DC2D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D33

Black with #DC2D33

Text Example


Text Example

White with #DC2D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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