Html Css Color HEX #DC283A Alizarin

📋 copy color: '#DC283A'

red 220 ◦ green 40 ◦ blue 58

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

Shades of Alizarin #DC283A

Tints of Alizarin #DC283A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 69.18%
G = 12.58%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC283A (or 0xDC283A) is known color: Alizarin. HEX triplet: DC, 28 and 3A. RGB value is (220,40,58). Sum of RGB (Red+Green+Blue) = 220+40+58=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC283A is #23D7C5. Grayscale: #5F5F5F. Windows color (decimal): -2348998 or 3811548. OLE color: 3811548.

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

Color convert

RGB 220 40 58 -
CMYK 0 0.82 0.74 0.14
HSL 354º 0.72% 0.51% -
HSV(B) 354º 0.82% 0.86% -
XYZ 31.04 17.04 5.66 -
YUV 95.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 220 40 58 0 0.82 0.74 0.14 354 0.72 0.51
Hex DC 28 3A 0 52 4A E 162 48 33
Octal 334 50 72 0 122 112 16 542 110 63
Binary 11011100 101000 111010 0 1010010 1001010 1110 101100010 1001000 110011

Color Harmonies of #DC283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC283A

Black with #DC283A

Text Example


Text Example

White with #DC283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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