Html Css Color HEX #CE2364 Cerise

📋 copy color: '#CE2364'

red 206 ◦ green 35 ◦ blue 100

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

Shades of Cerise #CE2364

Tints of Cerise #CE2364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 60.41%
G = 10.26%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE2364 (or 0xCE2364) is known color: Cerise. HEX triplet: CE, 23 and 64. RGB value is (206,35,100). Sum of RGB (Red+Green+Blue) = 206+35+100=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2364 is #31DC9B. Grayscale: #5D5D5D. Windows color (decimal): -3267740 or 6562766. OLE color: 6562766.

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

Color convert

RGB 206 35 100 -
CMYK 0 0.83 0.51 0.19
HSL 337.19º 0.71% 0.47% -
HSV(B) 337.19º 0.83% 0.81% -
XYZ 28.35 15.24 13.5 -
YUV 93.54 131.65 208.21 -
System Red Green Blue C M Y K H S L
Decimal 206 35 100 0 0.83 0.51 0.19 337.19 0.71 0.47
Hex CE 23 64 0 53 33 13 151 47 2F
Octal 316 43 144 0 123 63 23 521 107 57
Binary 11001110 100011 1100100 0 1010011 110011 10011 101010001 1000111 101111

Color Harmonies of #CE2364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2364

Black with #CE2364

Text Example


Text Example

White with #CE2364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2364; }

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

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

background-color css

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

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

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

border-color css

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

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

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