Html Css Color HEX #CE365F Cerise

📋 copy color: '#CE365F'

red 206 ◦ green 54 ◦ blue 95

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

Shades of Cerise #CE365F

Tints of Cerise #CE365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.21%

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 58.03%
G = 15.21%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE365F (or 0xCE365F) is known color: Cerise. HEX triplet: CE, 36 and 5F. RGB value is (206,54,95). Sum of RGB (Red+Green+Blue) = 206+54+95=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE365F is #31C9A0. Grayscale: #686868. Windows color (decimal): -3262881 or 6239950. OLE color: 6239950.

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

Color convert

RGB 206 54 95 -
CMYK 0 0.74 0.54 0.19
HSL 343.82º 0.61% 0.51% -
HSV(B) 343.82º 0.74% 0.81% -
XYZ 28.84 16.59 12.51 -
YUV 104.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 206 54 95 0 0.74 0.54 0.19 343.82 0.61 0.51
Hex CE 36 5F 0 4A 36 13 158 3D 33
Octal 316 66 137 0 112 66 23 530 75 63
Binary 11001110 110110 1011111 0 1001010 110110 10011 101011000 111101 110011

Color Harmonies of #CE365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE365F

Black with #CE365F

Text Example


Text Example

White with #CE365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE365F; }

 p { color: rgb(206,54,95); }

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

background-color css

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

 a { background-color: rgb(206,54,95); }

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

border-color css

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

 span { border-color: rgb(206,54,95); }

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