Html Css Color HEX #CF375B Cerise

📋 copy color: '#CF375B'

red 207 ◦ green 55 ◦ blue 91

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

Shades of Cerise #CF375B

Tints of Cerise #CF375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.58%

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

R = 58.64%
G = 15.58%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF375B (or 0xCF375B) is known color: Cerise. HEX triplet: CF, 37 and 5B. RGB value is (207,55,91). Sum of RGB (Red+Green+Blue) = 207+55+91=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF375B is #30C8A4. Grayscale: #686868. Windows color (decimal): -3197093 or 5978063. OLE color: 5978063.

HSL color Cylindrical-coordinate representation of color #CF375B: hue angle of 345.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF375B is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 91 -
CMYK 0 0.73 0.56 0.19
HSL 345.79º 0.61% 0.51% -
HSV(B) 345.79º 0.73% 0.81% -
XYZ 28.99 16.75 11.6 -
YUV 104.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 207 55 91 0 0.73 0.56 0.19 345.79 0.61 0.51
Hex CF 37 5B 0 49 38 13 15A 3D 33
Octal 317 67 133 0 111 70 23 532 75 63
Binary 11001111 110111 1011011 0 1001001 111000 10011 101011010 111101 110011

Color Harmonies of #CF375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF375B

Black with #CF375B

Text Example


Text Example

White with #CF375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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