Html Css Color HEX #CF2262 Cerise

📋 copy color: '#CF2262'

red 207 ◦ green 34 ◦ blue 98

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

Shades of Cerise #CF2262

Tints of Cerise #CF2262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 61.06%
G = 10.03%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF2262 (or 0xCF2262) is known color: Cerise. HEX triplet: CF, 22 and 62. RGB value is (207,34,98). Sum of RGB (Red+Green+Blue) = 207+34+98=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2262 is #30DD9D. Grayscale: #5C5C5C. Windows color (decimal): -3202462 or 6431439. OLE color: 6431439.

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

Color convert

RGB 207 34 98 -
CMYK 0 0.84 0.53 0.19
HSL 337.8º 0.72% 0.47% -
HSV(B) 337.8º 0.84% 0.81% -
XYZ 28.51 15.29 13 -
YUV 93.02 130.81 209.3 -
System Red Green Blue C M Y K H S L
Decimal 207 34 98 0 0.84 0.53 0.19 337.8 0.72 0.47
Hex CF 22 62 0 54 35 13 152 48 2F
Octal 317 42 142 0 124 65 23 522 110 57
Binary 11001111 100010 1100010 0 1010100 110101 10011 101010010 1001000 101111

Color Harmonies of #CF2262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2262

Black with #CF2262

Text Example


Text Example

White with #CF2262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2262; }

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

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

background-color css

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

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

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

border-color css

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

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

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