Html Css Color HEX #CE255D Cerise

📋 copy color: '#CE255D'

red 206 ◦ green 37 ◦ blue 93

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

Shades of Cerise #CE255D

Tints of Cerise #CE255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

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

R = 61.31%
G = 11.01%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE255D (or 0xCE255D) is known color: Cerise. HEX triplet: CE, 25 and 5D. RGB value is (206,37,93). Sum of RGB (Red+Green+Blue) = 206+37+93=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE255D is #31DAA2. Grayscale: #5D5D5D. Windows color (decimal): -3267235 or 6104526. OLE color: 6104526.

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

Color convert

RGB 206 37 93 -
CMYK 0 0.82 0.55 0.19
HSL 340.12º 0.7% 0.48% -
HSV(B) 340.12º 0.82% 0.81% -
XYZ 28.09 15.24 11.82 -
YUV 93.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 206 37 93 0 0.82 0.55 0.19 340.12 0.7 0.48
Hex CE 25 5D 0 52 37 13 154 46 30
Octal 316 45 135 0 122 67 23 524 106 60
Binary 11001110 100101 1011101 0 1010010 110111 10011 101010100 1000110 110000

Color Harmonies of #CE255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE255D

Black with #CE255D

Text Example


Text Example

White with #CE255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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