Html Css Color HEX #CE225D Cerise

📋 copy color: '#CE225D'

red 206 ◦ green 34 ◦ blue 93

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

Shades of Cerise #CE225D

Tints of Cerise #CE225D

RGB

 RED value IS 206 (80.86% from 255) = 61.86%

 GREEN value IS 34 (13.67% from 255) = 10.21%

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

R = 61.86%
G = 10.21%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE225D (or 0xCE225D) is known color: Cerise. HEX triplet: CE, 22 and 5D. RGB value is (206,34,93). Sum of RGB (Red+Green+Blue) = 206+34+93=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE225D is #31DDA2. Grayscale: #5C5C5C. Windows color (decimal): -3268003 or 6103758. OLE color: 6103758.

HSL color Cylindrical-coordinate representation of color #CE225D: hue angle of 339.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE225D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 34 93 -
CMYK 0 0.83 0.55 0.19
HSL 339.42º 0.72% 0.47% -
HSV(B) 339.42º 0.83% 0.81% -
XYZ 28 15.06 11.79 -
YUV 92.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 206 34 93 0 0.83 0.55 0.19 339.42 0.72 0.47
Hex CE 22 5D 0 53 37 13 153 48 2F
Octal 316 42 135 0 123 67 23 523 110 57
Binary 11001110 100010 1011101 0 1010011 110111 10011 101010011 1001000 101111

Color Harmonies of #CE225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE225D

Black with #CE225D

Text Example


Text Example

White with #CE225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE225D; }

 p { color: rgb(206,34,93); }

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

background-color css

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

 a { background-color: rgb(206,34,93); }

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

border-color css

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

 span { border-color: rgb(206,34,93); }

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