Html Css Color HEX #CF2258 Cerise

📋 copy color: '#CF2258'

red 207 ◦ green 34 ◦ blue 88

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

Shades of Cerise #CF2258

Tints of Cerise #CF2258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.75%

R = 62.92%
G = 10.33%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF2258 (or 0xCF2258) is known color: Cerise. HEX triplet: CF, 22 and 58. RGB value is (207,34,88). Sum of RGB (Red+Green+Blue) = 207+34+88=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2258 is #30DDA7. Grayscale: #5B5B5B. Windows color (decimal): -3202472 or 5776079. OLE color: 5776079.

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

Color convert

RGB 207 34 88 -
CMYK 0 0.84 0.57 0.19
HSL 341.27º 0.72% 0.47% -
HSV(B) 341.27º 0.84% 0.81% -
XYZ 28.07 15.11 10.67 -
YUV 91.88 125.81 210.11 -
System Red Green Blue C M Y K H S L
Decimal 207 34 88 0 0.84 0.57 0.19 341.27 0.72 0.47
Hex CF 22 58 0 54 39 13 155 48 2F
Octal 317 42 130 0 124 71 23 525 110 57
Binary 11001111 100010 1011000 0 1010100 111001 10011 101010101 1001000 101111

Color Harmonies of #CF2258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2258

Black with #CF2258

Text Example


Text Example

White with #CF2258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2258; }

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

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

background-color css

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

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

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

border-color css

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

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

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