Html Css Color HEX #CE375D Cerise

📋 copy color: '#CE375D'

red 206 ◦ green 55 ◦ blue 93

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

Shades of Cerise #CE375D

Tints of Cerise #CE375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

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

R = 58.19%
G = 15.54%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE375D (or 0xCE375D) is known color: Cerise. HEX triplet: CE, 37 and 5D. RGB value is (206,55,93). Sum of RGB (Red+Green+Blue) = 206+55+93=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE375D is #31C8A2. Grayscale: #686868. Windows color (decimal): -3262627 or 6109134. OLE color: 6109134.

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

Color convert

RGB 206 55 93 -
CMYK 0 0.73 0.55 0.19
HSL 344.9º 0.61% 0.51% -
HSV(B) 344.9º 0.73% 0.81% -
XYZ 28.8 16.64 12.05 -
YUV 104.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 206 55 93 0 0.73 0.55 0.19 344.9 0.61 0.51
Hex CE 37 5D 0 49 37 13 159 3D 33
Octal 316 67 135 0 111 67 23 531 75 63
Binary 11001110 110111 1011101 0 1001001 110111 10011 101011001 111101 110011

Color Harmonies of #CE375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE375D

Black with #CE375D

Text Example


Text Example

White with #CE375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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