Html Css Color HEX #DC363B Alizarin

📋 copy color: '#DC363B'

red 220 ◦ green 54 ◦ blue 59

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

Shades of Alizarin #DC363B

Tints of Alizarin #DC363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

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

R = 66.07%
G = 16.22%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC363B (or 0xDC363B) is known color: Alizarin. HEX triplet: DC, 36 and 3B. RGB value is (220,54,59). Sum of RGB (Red+Green+Blue) = 220+54+59=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC363B is #23C9C4. Grayscale: #686868. Windows color (decimal): -2345413 or 3880668. OLE color: 3880668.

HSL color Cylindrical-coordinate representation of color #DC363B: hue angle of 358.19º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC363B is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 54 59 -
CMYK 0 0.75 0.73 0.14
HSL 358.19º 0.7% 0.54% -
HSV(B) 358.19º 0.75% 0.86% -
XYZ 31.62 18.17 5.98 -
YUV 104.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 220 54 59 0 0.75 0.73 0.14 358.19 0.7 0.54
Hex DC 36 3B 0 4B 49 E 166 46 36
Octal 334 66 73 0 113 111 16 546 106 66
Binary 11011100 110110 111011 0 1001011 1001001 1110 101100110 1000110 110110

Color Harmonies of #DC363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC363B

Black with #DC363B

Text Example


Text Example

White with #DC363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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