Html Css Color HEX #CF2260 Cerise

📋 copy color: '#CF2260'

red 207 ◦ green 34 ◦ blue 96

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

Shades of Cerise #CF2260

Tints of Cerise #CF2260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 61.42%
G = 10.09%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF2260 (or 0xCF2260) is known color: Cerise. HEX triplet: CF, 22 and 60. RGB value is (207,34,96). Sum of RGB (Red+Green+Blue) = 207+34+96=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2260 is #30DD9F. Grayscale: #5C5C5C. Windows color (decimal): -3202464 or 6300367. OLE color: 6300367.

HSL color Cylindrical-coordinate representation of color #CF2260: hue angle of 338.5º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2260 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 96 -
CMYK 0 0.84 0.54 0.19
HSL 338.5º 0.72% 0.47% -
HSV(B) 338.5º 0.84% 0.81% -
XYZ 28.42 15.25 12.51 -
YUV 92.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 207 34 96 0 0.84 0.54 0.19 338.5 0.72 0.47
Hex CF 22 60 0 54 36 13 152 48 2F
Octal 317 42 140 0 124 66 23 522 110 57
Binary 11001111 100010 1100000 0 1010100 110110 10011 101010010 1001000 101111

Color Harmonies of #CF2260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2260

Black with #CF2260

Text Example


Text Example

White with #CF2260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2260; }

 p { color: rgb(207,34,96); }

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

background-color css

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

 a { background-color: rgb(207,34,96); }

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

border-color css

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

 span { border-color: rgb(207,34,96); }

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