Html Css Color HEX #DC283C Alizarin

📋 copy color: '#DC283C'

red 220 ◦ green 40 ◦ blue 60

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

Shades of Alizarin #DC283C

Tints of Alizarin #DC283C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 68.75%
G = 12.5%
B = 18.75%

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

#DC283C (or 0xDC283C) is known color: Alizarin. HEX triplet: DC, 28 and 3C. RGB value is (220,40,60). Sum of RGB (Red+Green+Blue) = 220+40+60=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC283C is #23D7C3. Grayscale: #606060. Windows color (decimal): -2348996 or 3942620. OLE color: 3942620.

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

Color convert

RGB 220 40 60 -
CMYK 0 0.82 0.73 0.14
HSL 353.33º 0.72% 0.51% -
HSV(B) 353.33º 0.82% 0.86% -
XYZ 31.09 17.06 5.93 -
YUV 96.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 220 40 60 0 0.82 0.73 0.14 353.33 0.72 0.51
Hex DC 28 3C 0 52 49 E 161 48 33
Octal 334 50 74 0 122 111 16 541 110 63
Binary 11011100 101000 111100 0 1010010 1001001 1110 101100001 1001000 110011

Color Harmonies of #DC283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC283C

Black with #DC283C

Text Example


Text Example

White with #DC283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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