Html Css Color HEX #CF3950 Old Rose

📋 copy color: '#CF3950'

red 207 ◦ green 57 ◦ blue 80

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

Shades of Old Rose #CF3950

Tints of Old Rose #CF3950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

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

R = 60.17%
G = 16.57%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF3950 (or 0xCF3950) is known color: Old Rose. HEX triplet: CF, 39 and 50. RGB value is (207,57,80). Sum of RGB (Red+Green+Blue) = 207+57+80=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3950 is #30C6AF. Grayscale: #686868. Windows color (decimal): -3196592 or 5257679. OLE color: 5257679.

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

Color convert

RGB 207 57 80 -
CMYK 0 0.72 0.61 0.19
HSL 350.8º 0.61% 0.52% -
HSV(B) 350.8º 0.72% 0.81% -
XYZ 28.64 16.77 9.32 -
YUV 104.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 207 57 80 0 0.72 0.61 0.19 350.8 0.61 0.52
Hex CF 39 50 0 48 3D 13 15F 3D 34
Octal 317 71 120 0 110 75 23 537 75 64
Binary 11001111 111001 1010000 0 1001000 111101 10011 101011111 111101 110100

Color Harmonies of #CF3950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3950

Black with #CF3950

Text Example


Text Example

White with #CF3950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3950; }

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

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

background-color css

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

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

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

border-color css

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

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

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