Html Css Color HEX #CF235F Cerise

📋 copy color: '#CF235F'

red 207 ◦ green 35 ◦ blue 95

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

Shades of Cerise #CF235F

Tints of Cerise #CF235F

RGB

 RED value IS 207 (81.25% from 255) = 61.42%

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

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

R = 61.42%
G = 10.39%
B = 28.19%

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

#CF235F (or 0xCF235F) is known color: Cerise. HEX triplet: CF, 23 and 5F. RGB value is (207,35,95). Sum of RGB (Red+Green+Blue) = 207+35+95=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF235F is #30DCA0. Grayscale: #5D5D5D. Windows color (decimal): -3202209 or 6235087. OLE color: 6235087.

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

Color convert

RGB 207 35 95 -
CMYK 0 0.83 0.54 0.19
HSL 339.07º 0.71% 0.47% -
HSV(B) 339.07º 0.83% 0.81% -
XYZ 28.4 15.29 12.28 -
YUV 93.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 207 35 95 0 0.83 0.54 0.19 339.07 0.71 0.47
Hex CF 23 5F 0 53 36 13 153 47 2F
Octal 317 43 137 0 123 66 23 523 107 57
Binary 11001111 100011 1011111 0 1010011 110110 10011 101010011 1000111 101111

Color Harmonies of #CF235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF235F

Black with #CF235F

Text Example


Text Example

White with #CF235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF235F; }

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

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

background-color css

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

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

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

border-color css

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

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

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