Html Css Color HEX #CF3953 Old Rose

📋 copy color: '#CF3953'

red 207 ◦ green 57 ◦ blue 83

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

Shades of Old Rose #CF3953

Tints of Old Rose #CF3953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 59.65%
G = 16.43%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF3953 (or 0xCF3953) is known color: Old Rose. HEX triplet: CF, 39 and 53. RGB value is (207,57,83). Sum of RGB (Red+Green+Blue) = 207+57+83=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3953 is #30C6AC. Grayscale: #686868. Windows color (decimal): -3196589 or 5454287. OLE color: 5454287.

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

Color convert

RGB 207 57 83 -
CMYK 0 0.72 0.60 0.19
HSL 349.6º 0.61% 0.52% -
HSV(B) 349.6º 0.72% 0.81% -
XYZ 28.76 16.82 9.91 -
YUV 104.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 207 57 83 0 0.72 0.60 0.19 349.6 0.61 0.52
Hex CF 39 53 0 48 3C 13 15E 3D 34
Octal 317 71 123 0 110 74 23 536 75 64
Binary 11001111 111001 1010011 0 1001000 111100 10011 101011110 111101 110100

Color Harmonies of #CF3953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3953

Black with #CF3953

Text Example


Text Example

White with #CF3953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3953; }

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

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

background-color css

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

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

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

border-color css

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

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

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