Html Css Color HEX #DC2E33 Alizarin

📋 copy color: '#DC2E33'

red 220 ◦ green 46 ◦ blue 51

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

Shades of Alizarin #DC2E33

Tints of Alizarin #DC2E33

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

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

R = 69.4%
G = 14.51%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC2E33 (or 0xDC2E33) is known color: Alizarin. HEX triplet: DC, 2E and 33. RGB value is (220,46,51). Sum of RGB (Red+Green+Blue) = 220+46+51=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E33 is #23D1CC. Grayscale: #626262. Windows color (decimal): -2347469 or 3354332. OLE color: 3354332.

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

Color convert

RGB 220 46 51 -
CMYK 0 0.79 0.77 0.14
HSL 358.28º 0.71% 0.52% -
HSV(B) 358.28º 0.79% 0.86% -
XYZ 31.09 17.41 4.85 -
YUV 98.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 220 46 51 0 0.79 0.77 0.14 358.28 0.71 0.52
Hex DC 2E 33 0 4F 4D E 166 47 34
Octal 334 56 63 0 117 115 16 546 107 64
Binary 11011100 101110 110011 0 1001111 1001101 1110 101100110 1000111 110100

Color Harmonies of #DC2E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E33

Black with #DC2E33

Text Example


Text Example

White with #DC2E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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