Html Css Color HEX #DC282E Alizarin

📋 copy color: '#DC282E'

red 220 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #DC282E

Tints of Alizarin #DC282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 71.9%
G = 13.07%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC282E (or 0xDC282E) is known color: Alizarin. HEX triplet: DC, 28 and 2E. RGB value is (220,40,46). Sum of RGB (Red+Green+Blue) = 220+40+46=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC282E is #23D7D1. Grayscale: #5E5E5E. Windows color (decimal): -2349010 or 3025116. OLE color: 3025116.

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

Color convert

RGB 220 40 46 -
CMYK 0 0.82 0.79 0.14
HSL 358º 0.72% 0.51% -
HSV(B) 358º 0.82% 0.86% -
XYZ 30.77 16.93 4.23 -
YUV 94.5 100.63 217.51 -
System Red Green Blue C M Y K H S L
Decimal 220 40 46 0 0.82 0.79 0.14 358 0.72 0.51
Hex DC 28 2E 0 52 4F E 166 48 33
Octal 334 50 56 0 122 117 16 546 110 63
Binary 11011100 101000 101110 0 1010010 1001111 1110 101100110 1001000 110011

Color Harmonies of #DC282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC282E

Black with #DC282E

Text Example


Text Example

White with #DC282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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