Html Css Color HEX #CE355D Cerise

📋 copy color: '#CE355D'

red 206 ◦ green 53 ◦ blue 93

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

Shades of Cerise #CE355D

Tints of Cerise #CE355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.06%

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

R = 58.52%
G = 15.06%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE355D (or 0xCE355D) is known color: Cerise. HEX triplet: CE, 35 and 5D. RGB value is (206,53,93). Sum of RGB (Red+Green+Blue) = 206+53+93=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE355D is #31CAA2. Grayscale: #676767. Windows color (decimal): -3263139 or 6108622. OLE color: 6108622.

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

Color convert

RGB 206 53 93 -
CMYK 0 0.74 0.55 0.19
HSL 344.31º 0.61% 0.51% -
HSV(B) 344.31º 0.74% 0.81% -
XYZ 28.7 16.46 12.02 -
YUV 103.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 206 53 93 0 0.74 0.55 0.19 344.31 0.61 0.51
Hex CE 35 5D 0 4A 37 13 158 3D 33
Octal 316 65 135 0 112 67 23 530 75 63
Binary 11001110 110101 1011101 0 1001010 110111 10011 101011000 111101 110011

Color Harmonies of #CE355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE355D

Black with #CE355D

Text Example


Text Example

White with #CE355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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