Html Css Color HEX #DC365D Cerise

📋 copy color: '#DC365D'

red 220 ◦ green 54 ◦ blue 93

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

Shades of Cerise #DC365D

Tints of Cerise #DC365D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 59.95%
G = 14.71%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC365D (or 0xDC365D) is known color: Cerise. HEX triplet: DC, 36 and 5D. RGB value is (220,54,93). Sum of RGB (Red+Green+Blue) = 220+54+93=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC365D is #23C9A2. Grayscale: #6C6C6C. Windows color (decimal): -2345379 or 6108892. OLE color: 6108892.

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

Color convert

RGB 220 54 93 -
CMYK 0 0.75 0.58 0.14
HSL 345.9º 0.7% 0.54% -
HSV(B) 345.9º 0.75% 0.86% -
XYZ 32.81 18.64 12.23 -
YUV 108.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 220 54 93 0 0.75 0.58 0.14 345.9 0.7 0.54
Hex DC 36 5D 0 4B 3A E 15A 46 36
Octal 334 66 135 0 113 72 16 532 106 66
Binary 11011100 110110 1011101 0 1001011 111010 1110 101011010 1000110 110110

Color Harmonies of #DC365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC365D

Black with #DC365D

Text Example


Text Example

White with #DC365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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