Html Css Color HEX #DC363D Alizarin

📋 copy color: '#DC363D'

red 220 ◦ green 54 ◦ blue 61

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

Shades of Alizarin #DC363D

Tints of Alizarin #DC363D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 65.67%
G = 16.12%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC363D (or 0xDC363D) is known color: Alizarin. HEX triplet: DC, 36 and 3D. RGB value is (220,54,61). Sum of RGB (Red+Green+Blue) = 220+54+61=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC363D is #23C9C2. Grayscale: #686868. Windows color (decimal): -2345411 or 4011740. OLE color: 4011740.

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

Color convert

RGB 220 54 61 -
CMYK 0 0.75 0.72 0.14
HSL 357.47º 0.7% 0.54% -
HSV(B) 357.47º 0.75% 0.86% -
XYZ 31.68 18.19 6.26 -
YUV 104.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 220 54 61 0 0.75 0.72 0.14 357.47 0.7 0.54
Hex DC 36 3D 0 4B 48 E 165 46 36
Octal 334 66 75 0 113 110 16 545 106 66
Binary 11011100 110110 111101 0 1001011 1001000 1110 101100101 1000110 110110

Color Harmonies of #DC363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC363D

Black with #DC363D

Text Example


Text Example

White with #DC363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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