Html Css Color HEX #CE275A Cerise

📋 copy color: '#CE275A'

red 206 ◦ green 39 ◦ blue 90

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

Shades of Cerise #CE275A

Tints of Cerise #CE275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 61.49%
G = 11.64%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE275A (or 0xCE275A) is known color: Cerise. HEX triplet: CE, 27 and 5A. RGB value is (206,39,90). Sum of RGB (Red+Green+Blue) = 206+39+90=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE275A is #31D8A5. Grayscale: #5E5E5E. Windows color (decimal): -3266726 or 5908430. OLE color: 5908430.

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

Color convert

RGB 206 39 90 -
CMYK 0 0.81 0.56 0.19
HSL 341.68º 0.68% 0.48% -
HSV(B) 341.68º 0.81% 0.81% -
XYZ 28.02 15.31 11.15 -
YUV 94.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 206 39 90 0 0.81 0.56 0.19 341.68 0.68 0.48
Hex CE 27 5A 0 51 38 13 156 44 30
Octal 316 47 132 0 121 70 23 526 104 60
Binary 11001110 100111 1011010 0 1010001 111000 10011 101010110 1000100 110000

Color Harmonies of #CE275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE275A

Black with #CE275A

Text Example


Text Example

White with #CE275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE275A; }

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

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

background-color css

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

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

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

border-color css

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

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

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