Html Css Color HEX #CE245D Cerise

📋 copy color: '#CE245D'

red 206 ◦ green 36 ◦ blue 93

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

Shades of Cerise #CE245D

Tints of Cerise #CE245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

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

R = 61.49%
G = 10.75%
B = 27.76%

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

#CE245D (or 0xCE245D) is known color: Cerise. HEX triplet: CE, 24 and 5D. RGB value is (206,36,93). Sum of RGB (Red+Green+Blue) = 206+36+93=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE245D is #31DBA2. Grayscale: #5D5D5D. Windows color (decimal): -3267491 or 6104270. OLE color: 6104270.

HSL color Cylindrical-coordinate representation of color #CE245D: hue angle of 339.88º degrees, saturation: 0.7, 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 #CE245D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 93 -
CMYK 0 0.83 0.55 0.19
HSL 339.88º 0.7% 0.47% -
HSV(B) 339.88º 0.83% 0.81% -
XYZ 28.06 15.17 11.81 -
YUV 93.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 206 36 93 0 0.83 0.55 0.19 339.88 0.7 0.47
Hex CE 24 5D 0 53 37 13 154 46 2F
Octal 316 44 135 0 123 67 23 524 106 57
Binary 11001110 100100 1011101 0 1010011 110111 10011 101010100 1000110 101111

Color Harmonies of #CE245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE245D

Black with #CE245D

Text Example


Text Example

White with #CE245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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