Html Css Color HEX #CF275B Cerise

📋 copy color: '#CF275B'

red 207 ◦ green 39 ◦ blue 91

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

Shades of Cerise #CF275B

Tints of Cerise #CF275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27%

R = 61.42%
G = 11.57%
B = 27%

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

#CF275B (or 0xCF275B) is known color: Cerise. HEX triplet: CF, 27 and 5B. RGB value is (207,39,91). Sum of RGB (Red+Green+Blue) = 207+39+91=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF275B is #30D8A4. Grayscale: #5F5F5F. Windows color (decimal): -3201189 or 5973967. OLE color: 5973967.

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

Color convert

RGB 207 39 91 -
CMYK 0 0.81 0.56 0.19
HSL 341.43º 0.68% 0.48% -
HSV(B) 341.43º 0.81% 0.81% -
XYZ 28.35 15.47 11.39 -
YUV 95.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 207 39 91 0 0.81 0.56 0.19 341.43 0.68 0.48
Hex CF 27 5B 0 51 38 13 155 44 30
Octal 317 47 133 0 121 70 23 525 104 60
Binary 11001111 100111 1011011 0 1010001 111000 10011 101010101 1000100 110000

Color Harmonies of #CF275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF275B

Black with #CF275B

Text Example


Text Example

White with #CF275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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