Html Css Color HEX #CE235D Cerise

📋 copy color: '#CE235D'

red 206 ◦ green 35 ◦ blue 93

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

Shades of Cerise #CE235D

Tints of Cerise #CE235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

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

R = 61.68%
G = 10.48%
B = 27.84%

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

#CE235D (or 0xCE235D) is known color: Cerise. HEX triplet: CE, 23 and 5D. RGB value is (206,35,93). Sum of RGB (Red+Green+Blue) = 206+35+93=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE235D is #31DCA2. Grayscale: #5C5C5C. Windows color (decimal): -3267747 or 6104014. OLE color: 6104014.

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

Color convert

RGB 206 35 93 -
CMYK 0 0.83 0.55 0.19
HSL 339.65º 0.71% 0.47% -
HSV(B) 339.65º 0.83% 0.81% -
XYZ 28.03 15.11 11.8 -
YUV 92.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 206 35 93 0 0.83 0.55 0.19 339.65 0.71 0.47
Hex CE 23 5D 0 53 37 13 154 47 2F
Octal 316 43 135 0 123 67 23 524 107 57
Binary 11001110 100011 1011101 0 1010011 110111 10011 101010100 1000111 101111

Color Harmonies of #CE235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE235D

Black with #CE235D

Text Example


Text Example

White with #CE235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE235D; }

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

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

background-color css

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

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

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

border-color css

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

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

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