Html Css Color HEX #CF3151 Old Rose

📋 copy color: '#CF3151'

red 207 ◦ green 49 ◦ blue 81

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

Shades of Old Rose #CF3151

Tints of Old Rose #CF3151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

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

R = 61.42%
G = 14.54%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF3151 (or 0xCF3151) is known color: Old Rose. HEX triplet: CF, 31 and 51. RGB value is (207,49,81). Sum of RGB (Red+Green+Blue) = 207+49+81=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3151 is #30CEAE. Grayscale: #636363. Windows color (decimal): -3198639 or 5321167. OLE color: 5321167.

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

Color convert

RGB 207 49 81 -
CMYK 0 0.76 0.61 0.19
HSL 347.85º 0.62% 0.5% -
HSV(B) 347.85º 0.76% 0.81% -
XYZ 28.32 16.06 9.39 -
YUV 99.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 207 49 81 0 0.76 0.61 0.19 347.85 0.62 0.5
Hex CF 31 51 0 4C 3D 13 15C 3E 32
Octal 317 61 121 0 114 75 23 534 76 62
Binary 11001111 110001 1010001 0 1001100 111101 10011 101011100 111110 110010

Color Harmonies of #CF3151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3151

Black with #CF3151

Text Example


Text Example

White with #CF3151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3151; }

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

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

background-color css

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

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

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

border-color css

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

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

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