Html Css Color HEX #D53E5E Cerise

📋 copy color: '#D53E5E'

red 213 ◦ green 62 ◦ blue 94

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

Shades of Cerise #D53E5E

Tints of Cerise #D53E5E

RGB

 RED value IS 213 (83.59% from 255) = 57.72%

 GREEN value IS 62 (24.61% from 255) = 16.8%

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 57.72%
G = 16.8%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D53E5E (or 0xD53E5E) is known color: Cerise. HEX triplet: D5, 3E and 5E. RGB value is (213,62,94). Sum of RGB (Red+Green+Blue) = 213+62+94=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E5E is #2AC1A1. Grayscale: #6E6E6E. Windows color (decimal): -2802082 or 6176469. OLE color: 6176469.

HSL color Cylindrical-coordinate representation of color #D53E5E: hue angle of 347.28º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53E5E is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 62 94 -
CMYK 0 0.71 0.56 0.16
HSL 347.28º 0.64% 0.54% -
HSV(B) 347.28º 0.71% 0.84% -
XYZ 31.18 18.4 12.5 -
YUV 110.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 213 62 94 0 0.71 0.56 0.16 347.28 0.64 0.54
Hex D5 3E 5E 0 47 38 10 15B 40 36
Octal 325 76 136 0 107 70 20 533 100 66
Binary 11010101 111110 1011110 0 1000111 111000 10000 101011011 1000000 110110

Color Harmonies of #D53E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E5E

Black with #D53E5E

Text Example


Text Example

White with #D53E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E5E; }

 p { color: rgb(213,62,94); }

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

background-color css

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

 a { background-color: rgb(213,62,94); }

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

border-color css

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

 span { border-color: rgb(213,62,94); }

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