Html Css Color HEX #DC282A Alizarin

📋 copy color: '#DC282A'

red 220 ◦ green 40 ◦ blue 42

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

Shades of Alizarin #DC282A

Tints of Alizarin #DC282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 72.85%
G = 13.25%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC282A (or 0xDC282A) is known color: Alizarin. HEX triplet: DC, 28 and 2A. RGB value is (220,40,42). Sum of RGB (Red+Green+Blue) = 220+40+42=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC282A is #23D7D5. Grayscale: #5E5E5E. Windows color (decimal): -2349014 or 2762972. OLE color: 2762972.

HSL color Cylindrical-coordinate representation of color #DC282A: hue angle of 359.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC282A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 42 -
CMYK 0 0.82 0.81 0.14
HSL 359.33º 0.72% 0.51% -
HSV(B) 359.33º 0.82% 0.86% -
XYZ 30.69 16.9 3.83 -
YUV 94.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 220 40 42 0 0.82 0.81 0.14 359.33 0.72 0.51
Hex DC 28 2A 0 52 51 E 167 48 33
Octal 334 50 52 0 122 121 16 547 110 63
Binary 11011100 101000 101010 0 1010010 1010001 1110 101100111 1001000 110011

Color Harmonies of #DC282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC282A

Black with #DC282A

Text Example


Text Example

White with #DC282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC282A; }

 p { color: rgb(220,40,42); }

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

background-color css

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

 a { background-color: rgb(220,40,42); }

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

border-color css

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

 span { border-color: rgb(220,40,42); }

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