Html Css Color HEX #C9235F Cerise

📋 copy color: '#C9235F'

red 201 ◦ green 35 ◦ blue 95

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

Shades of Cerise #C9235F

Tints of Cerise #C9235F

RGB

 RED value IS 201 (78.91% from 255) = 60.73%

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

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

R = 60.73%
G = 10.57%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9235F (or 0xC9235F) is known color: Cerise. HEX triplet: C9, 23 and 5F. RGB value is (201,35,95). Sum of RGB (Red+Green+Blue) = 201+35+95=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9235F is #36DCA0. Grayscale: #5B5B5B. Windows color (decimal): -3595425 or 6235081. OLE color: 6235081.

HSL color Cylindrical-coordinate representation of color #C9235F: hue angle of 338.31º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9235F is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 95 -
CMYK 0 0.83 0.53 0.21
HSL 338.31º 0.7% 0.46% -
HSV(B) 338.31º 0.83% 0.79% -
XYZ 26.75 14.45 12.2 -
YUV 91.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 201 35 95 0 0.83 0.53 0.21 338.31 0.7 0.46
Hex C9 23 5F 0 53 35 15 152 46 2E
Octal 311 43 137 0 123 65 25 522 106 56
Binary 11001001 100011 1011111 0 1010011 110101 10101 101010010 1000110 101110

Color Harmonies of #C9235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9235F

Black with #C9235F

Text Example


Text Example

White with #C9235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9235F; }

 p { color: rgb(201,35,95); }

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

background-color css

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

 a { background-color: rgb(201,35,95); }

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

border-color css

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

 span { border-color: rgb(201,35,95); }

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