Html Css Color HEX #DC282B Alizarin

📋 copy color: '#DC282B'

red 220 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #DC282B

Tints of Alizarin #DC282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 72.61%
G = 13.2%
B = 14.19%

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

#DC282B (or 0xDC282B) is known color: Alizarin. HEX triplet: DC, 28 and 2B. RGB value is (220,40,43). Sum of RGB (Red+Green+Blue) = 220+40+43=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC282B is #23D7D4. Grayscale: #5E5E5E. Windows color (decimal): -2349013 or 2828508. OLE color: 2828508.

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

Color convert

RGB 220 40 43 -
CMYK 0 0.82 0.80 0.14
HSL 359º 0.72% 0.51% -
HSV(B) 359º 0.82% 0.86% -
XYZ 30.71 16.91 3.93 -
YUV 94.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 220 40 43 0 0.82 0.80 0.14 359 0.72 0.51
Hex DC 28 2B 0 52 50 E 167 48 33
Octal 334 50 53 0 122 120 16 547 110 63
Binary 11011100 101000 101011 0 1010010 1010000 1110 101100111 1001000 110011

Color Harmonies of #DC282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC282B

Black with #DC282B

Text Example


Text Example

White with #DC282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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