Html Css Color HEX #DC365A Cerise

📋 copy color: '#DC365A'

red 220 ◦ green 54 ◦ blue 90

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

Shades of Cerise #DC365A

Tints of Cerise #DC365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 60.44%
G = 14.84%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC365A (or 0xDC365A) is known color: Cerise. HEX triplet: DC, 36 and 5A. RGB value is (220,54,90). Sum of RGB (Red+Green+Blue) = 220+54+90=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC365A is #23C9A5. Grayscale: #6B6B6B. Windows color (decimal): -2345382 or 5912284. OLE color: 5912284.

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

Color convert

RGB 220 54 90 -
CMYK 0 0.75 0.59 0.14
HSL 346.99º 0.7% 0.54% -
HSV(B) 346.99º 0.75% 0.86% -
XYZ 32.68 18.59 11.54 -
YUV 107.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 220 54 90 0 0.75 0.59 0.14 346.99 0.7 0.54
Hex DC 36 5A 0 4B 3B E 15B 46 36
Octal 334 66 132 0 113 73 16 533 106 66
Binary 11011100 110110 1011010 0 1001011 111011 1110 101011011 1000110 110110

Color Harmonies of #DC365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC365A

Black with #DC365A

Text Example


Text Example

White with #DC365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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