Html Css Color HEX #DC282D Alizarin

📋 copy color: '#DC282D'

red 220 ◦ green 40 ◦ blue 45

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

Shades of Alizarin #DC282D

Tints of Alizarin #DC282D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 72.13%
G = 13.11%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC282D (or 0xDC282D) is known color: Alizarin. HEX triplet: DC, 28 and 2D. RGB value is (220,40,45). Sum of RGB (Red+Green+Blue) = 220+40+45=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC282D is #23D7D2. Grayscale: #5E5E5E. Windows color (decimal): -2349011 or 2959580. OLE color: 2959580.

HSL color Cylindrical-coordinate representation of color #DC282D: hue angle of 358.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 #DC282D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 45 -
CMYK 0 0.82 0.80 0.14
HSL 358.33º 0.72% 0.51% -
HSV(B) 358.33º 0.82% 0.86% -
XYZ 30.75 16.92 4.13 -
YUV 94.39 100.13 217.59 -
System Red Green Blue C M Y K H S L
Decimal 220 40 45 0 0.82 0.80 0.14 358.33 0.72 0.51
Hex DC 28 2D 0 52 50 E 166 48 33
Octal 334 50 55 0 122 120 16 546 110 63
Binary 11011100 101000 101101 0 1010010 1010000 1110 101100110 1001000 110011

Color Harmonies of #DC282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC282D

Black with #DC282D

Text Example


Text Example

White with #DC282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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