Html Css Color HEX #CF3753 Old Rose

📋 copy color: '#CF3753'

red 207 ◦ green 55 ◦ blue 83

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

Shades of Old Rose #CF3753

Tints of Old Rose #CF3753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.94%

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

R = 60%
G = 15.94%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF3753 (or 0xCF3753) is known color: Old Rose. HEX triplet: CF, 37 and 53. RGB value is (207,55,83). Sum of RGB (Red+Green+Blue) = 207+55+83=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3753 is #30C8AC. Grayscale: #676767. Windows color (decimal): -3197101 or 5453775. OLE color: 5453775.

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

Color convert

RGB 207 55 83 -
CMYK 0 0.73 0.60 0.19
HSL 348.95º 0.61% 0.51% -
HSV(B) 348.95º 0.73% 0.81% -
XYZ 28.66 16.62 9.88 -
YUV 103.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 207 55 83 0 0.73 0.60 0.19 348.95 0.61 0.51
Hex CF 37 53 0 49 3C 13 15D 3D 33
Octal 317 67 123 0 111 74 23 535 75 63
Binary 11001111 110111 1010011 0 1001001 111100 10011 101011101 111101 110011

Color Harmonies of #CF3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3753

Black with #CF3753

Text Example


Text Example

White with #CF3753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3753; }

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

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

background-color css

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

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

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

border-color css

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

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

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