Html Css Color HEX #DC363F Alizarin

📋 copy color: '#DC363F'

red 220 ◦ green 54 ◦ blue 63

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

Shades of Alizarin #DC363F

Tints of Alizarin #DC363F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.69%

R = 65.28%
G = 16.02%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC363F (or 0xDC363F) is known color: Alizarin. HEX triplet: DC, 36 and 3F. RGB value is (220,54,63). Sum of RGB (Red+Green+Blue) = 220+54+63=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC363F is #23C9C0. Grayscale: #686868. Windows color (decimal): -2345409 or 4142812. OLE color: 4142812.

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

Color convert

RGB 220 54 63 -
CMYK 0 0.75 0.71 0.14
HSL 356.75º 0.7% 0.54% -
HSV(B) 356.75º 0.75% 0.86% -
XYZ 31.73 18.21 6.55 -
YUV 104.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 220 54 63 0 0.75 0.71 0.14 356.75 0.7 0.54
Hex DC 36 3F 0 4B 47 E 165 46 36
Octal 334 66 77 0 113 107 16 545 106 66
Binary 11011100 110110 111111 0 1001011 1000111 1110 101100101 1000110 110110

Color Harmonies of #DC363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC363F

Black with #DC363F

Text Example


Text Example

White with #DC363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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