Html Css Color HEX #CE275D Cerise

📋 copy color: '#CE275D'

red 206 ◦ green 39 ◦ blue 93

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

Shades of Cerise #CE275D

Tints of Cerise #CE275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

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

R = 60.95%
G = 11.54%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE275D (or 0xCE275D) is known color: Cerise. HEX triplet: CE, 27 and 5D. RGB value is (206,39,93). Sum of RGB (Red+Green+Blue) = 206+39+93=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE275D is #31D8A2. Grayscale: #5F5F5F. Windows color (decimal): -3266723 or 6105038. OLE color: 6105038.

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

Color convert

RGB 206 39 93 -
CMYK 0 0.81 0.55 0.19
HSL 340.6º 0.68% 0.48% -
HSV(B) 340.6º 0.81% 0.81% -
XYZ 28.15 15.36 11.84 -
YUV 95.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 206 39 93 0 0.81 0.55 0.19 340.6 0.68 0.48
Hex CE 27 5D 0 51 37 13 155 44 30
Octal 316 47 135 0 121 67 23 525 104 60
Binary 11001110 100111 1011101 0 1010001 110111 10011 101010101 1000100 110000

Color Harmonies of #CE275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE275D

Black with #CE275D

Text Example


Text Example

White with #CE275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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