Html Css Color HEX #CF365D Cerise

📋 copy color: '#CF365D'

red 207 ◦ green 54 ◦ blue 93

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

Shades of Cerise #CF365D

Tints of Cerise #CF365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

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

R = 58.47%
G = 15.25%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF365D (or 0xCF365D) is known color: Cerise. HEX triplet: CF, 36 and 5D. RGB value is (207,54,93). Sum of RGB (Red+Green+Blue) = 207+54+93=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF365D is #30C9A2. Grayscale: #686868. Windows color (decimal): -3197347 or 6108879. OLE color: 6108879.

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

Color convert

RGB 207 54 93 -
CMYK 0 0.74 0.55 0.19
HSL 344.71º 0.61% 0.51% -
HSV(B) 344.71º 0.74% 0.81% -
XYZ 29.03 16.69 12.05 -
YUV 104.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 207 54 93 0 0.74 0.55 0.19 344.71 0.61 0.51
Hex CF 36 5D 0 4A 37 13 159 3D 33
Octal 317 66 135 0 112 67 23 531 75 63
Binary 11001111 110110 1011101 0 1001010 110111 10011 101011001 111101 110011

Color Harmonies of #CF365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF365D

Black with #CF365D

Text Example


Text Example

White with #CF365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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