Html Css Color HEX #CF275D Cerise

📋 copy color: '#CF275D'

red 207 ◦ green 39 ◦ blue 93

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

Shades of Cerise #CF275D

Tints of Cerise #CF275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 61.06%
G = 11.5%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF275D (or 0xCF275D) is known color: Cerise. HEX triplet: CF, 27 and 5D. RGB value is (207,39,93). Sum of RGB (Red+Green+Blue) = 207+39+93=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF275D is #30D8A2. Grayscale: #5F5F5F. Windows color (decimal): -3201187 or 6105039. OLE color: 6105039.

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

Color convert

RGB 207 39 93 -
CMYK 0 0.81 0.55 0.19
HSL 340.71º 0.68% 0.48% -
HSV(B) 340.71º 0.81% 0.81% -
XYZ 28.43 15.51 11.85 -
YUV 95.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 207 39 93 0 0.81 0.55 0.19 340.71 0.68 0.48
Hex CF 27 5D 0 51 37 13 155 44 30
Octal 317 47 135 0 121 67 23 525 104 60
Binary 11001111 100111 1011101 0 1010001 110111 10011 101010101 1000100 110000

Color Harmonies of #CF275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF275D

Black with #CF275D

Text Example


Text Example

White with #CF275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF275D; }

 p { color: rgb(207,39,93); }

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

background-color css

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

 a { background-color: rgb(207,39,93); }

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

border-color css

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

 span { border-color: rgb(207,39,93); }

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