Html Css Color HEX #DE365A Cerise

📋 copy color: '#DE365A'

red 222 ◦ green 54 ◦ blue 90

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

Shades of Cerise #DE365A

Tints of Cerise #DE365A

RGB

 RED value IS 222 (87.11% from 255) = 60.66%

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

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

R = 60.66%
G = 14.75%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE365A (or 0xDE365A) is known color: Cerise. HEX triplet: DE, 36 and 5A. RGB value is (222,54,90). Sum of RGB (Red+Green+Blue) = 222+54+90=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE365A is #21C9A5. Grayscale: #6C6C6C. Windows color (decimal): -2214310 or 5912286. OLE color: 5912286.

HSL color Cylindrical-coordinate representation of color #DE365A: hue angle of 347.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE365A is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 54 90 -
CMYK 0 0.76 0.59 0.13
HSL 347.14º 0.72% 0.54% -
HSV(B) 347.14º 0.76% 0.87% -
XYZ 33.29 18.91 11.57 -
YUV 108.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 222 54 90 0 0.76 0.59 0.13 347.14 0.72 0.54
Hex DE 36 5A 0 4C 3B D 15B 48 36
Octal 336 66 132 0 114 73 15 533 110 66
Binary 11011110 110110 1011010 0 1001100 111011 1101 101011011 1001000 110110

Color Harmonies of #DE365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE365A

Black with #DE365A

Text Example


Text Example

White with #DE365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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