Html Css Color HEX #DC283B Alizarin

📋 copy color: '#DC283B'

red 220 ◦ green 40 ◦ blue 59

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

Shades of Alizarin #DC283B

Tints of Alizarin #DC283B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 68.97%
G = 12.54%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC283B (or 0xDC283B) is known color: Alizarin. HEX triplet: DC, 28 and 3B. RGB value is (220,40,59). Sum of RGB (Red+Green+Blue) = 220+40+59=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC283B is #23D7C4. Grayscale: #606060. Windows color (decimal): -2348997 or 3877084. OLE color: 3877084.

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

Color convert

RGB 220 40 59 -
CMYK 0 0.82 0.73 0.14
HSL 353.67º 0.72% 0.51% -
HSV(B) 353.67º 0.82% 0.86% -
XYZ 31.06 17.05 5.79 -
YUV 95.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 220 40 59 0 0.82 0.73 0.14 353.67 0.72 0.51
Hex DC 28 3B 0 52 49 E 162 48 33
Octal 334 50 73 0 122 111 16 542 110 63
Binary 11011100 101000 111011 0 1010010 1001001 1110 101100010 1001000 110011

Color Harmonies of #DC283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC283B

Black with #DC283B

Text Example


Text Example

White with #DC283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC283B; }

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

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

background-color css

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

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

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

border-color css

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

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

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