Html Css Color HEX #CE235E Cerise

📋 copy color: '#CE235E'

red 206 ◦ green 35 ◦ blue 94

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

Shades of Cerise #CE235E

Tints of Cerise #CE235E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 61.49%
G = 10.45%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE235E (or 0xCE235E) is known color: Cerise. HEX triplet: CE, 23 and 5E. RGB value is (206,35,94). Sum of RGB (Red+Green+Blue) = 206+35+94=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE235E is #31DCA1. Grayscale: #5C5C5C. Windows color (decimal): -3267746 or 6169550. OLE color: 6169550.

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

Color convert

RGB 206 35 94 -
CMYK 0 0.83 0.54 0.19
HSL 339.3º 0.71% 0.47% -
HSV(B) 339.3º 0.83% 0.81% -
XYZ 28.08 15.13 12.03 -
YUV 92.86 128.65 208.7 -
System Red Green Blue C M Y K H S L
Decimal 206 35 94 0 0.83 0.54 0.19 339.3 0.71 0.47
Hex CE 23 5E 0 53 36 13 153 47 2F
Octal 316 43 136 0 123 66 23 523 107 57
Binary 11001110 100011 1011110 0 1010011 110110 10011 101010011 1000111 101111

Color Harmonies of #CE235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE235E

Black with #CE235E

Text Example


Text Example

White with #CE235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE235E; }

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

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

background-color css

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

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

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

border-color css

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

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

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