Html Css Color HEX #CE255B Cerise

📋 copy color: '#CE255B'

red 206 ◦ green 37 ◦ blue 91

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

Shades of Cerise #CE255B

Tints of Cerise #CE255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 61.68%
G = 11.08%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE255B (or 0xCE255B) is known color: Cerise. HEX triplet: CE, 25 and 5B. RGB value is (206,37,91). Sum of RGB (Red+Green+Blue) = 206+37+91=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE255B is #31DAA4. Grayscale: #5D5D5D. Windows color (decimal): -3267237 or 5973454. OLE color: 5973454.

HSL color Cylindrical-coordinate representation of color #CE255B: hue angle of 340.83º 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 #CE255B is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 37 91 -
CMYK 0 0.82 0.56 0.19
HSL 340.83º 0.7% 0.48% -
HSV(B) 340.83º 0.82% 0.81% -
XYZ 28 15.2 11.36 -
YUV 93.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 206 37 91 0 0.82 0.56 0.19 340.83 0.7 0.48
Hex CE 25 5B 0 52 38 13 155 46 30
Octal 316 45 133 0 122 70 23 525 106 60
Binary 11001110 100101 1011011 0 1010010 111000 10011 101010101 1000110 110000

Color Harmonies of #CE255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE255B

Black with #CE255B

Text Example


Text Example

White with #CE255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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