Html Css Color HEX #CF2950 Old Rose

📋 copy color: '#CF2950'

red 207 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #CF2950

Tints of Old Rose #CF2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.5%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 63.11%
G = 12.5%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF2950 (or 0xCF2950) is known color: Old Rose. HEX triplet: CF, 29 and 50. RGB value is (207,41,80). Sum of RGB (Red+Green+Blue) = 207+41+80=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2950 is #30D6AF. Grayscale: #5F5F5F. Windows color (decimal): -3200688 or 5253583. OLE color: 5253583.

HSL color Cylindrical-coordinate representation of color #CF2950: hue angle of 345.9º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2950 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 80 -
CMYK 0 0.80 0.61 0.19
HSL 345.9º 0.67% 0.49% -
HSV(B) 345.9º 0.8% 0.81% -
XYZ 27.97 15.43 9.09 -
YUV 95.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 207 41 80 0 0.80 0.61 0.19 345.9 0.67 0.49
Hex CF 29 50 0 50 3D 13 15A 43 31
Octal 317 51 120 0 120 75 23 532 103 61
Binary 11001111 101001 1010000 0 1010000 111101 10011 101011010 1000011 110001

Color Harmonies of #CF2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2950

Black with #CF2950

Text Example


Text Example

White with #CF2950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2950; }

 p { color: rgb(207,41,80); }

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

background-color css

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

 a { background-color: rgb(207,41,80); }

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

border-color css

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

 span { border-color: rgb(207,41,80); }

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