Html Css Color HEX #CF2551 Old Rose

📋 copy color: '#CF2551'

red 207 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #CF2551

Tints of Old Rose #CF2551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 81 (32.03% from 255) = 24.92%

R = 63.69%
G = 11.38%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF2551 (or 0xCF2551) is known color: Old Rose. HEX triplet: CF, 25 and 51. RGB value is (207,37,81). Sum of RGB (Red+Green+Blue) = 207+37+81=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2551 is #30DAAE. Grayscale: #5C5C5C. Windows color (decimal): -3201711 or 5318095. OLE color: 5318095.

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

Color convert

RGB 207 37 81 -
CMYK 0 0.82 0.61 0.19
HSL 344.47º 0.7% 0.48% -
HSV(B) 344.47º 0.82% 0.81% -
XYZ 27.88 15.18 9.25 -
YUV 92.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 207 37 81 0 0.82 0.61 0.19 344.47 0.7 0.48
Hex CF 25 51 0 52 3D 13 158 46 30
Octal 317 45 121 0 122 75 23 530 106 60
Binary 11001111 100101 1010001 0 1010010 111101 10011 101011000 1000110 110000

Color Harmonies of #CF2551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2551

Black with #CF2551

Text Example


Text Example

White with #CF2551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2551; }

 p { color: rgb(207,37,81); }

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

background-color css

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

 a { background-color: rgb(207,37,81); }

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

border-color css

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

 span { border-color: rgb(207,37,81); }

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