Html Css Color HEX #D13753 Old Rose

📋 copy color: '#D13753'

red 209 ◦ green 55 ◦ blue 83

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

Shades of Old Rose #D13753

Tints of Old Rose #D13753

RGB

 RED value IS 209 (82.03% from 255) = 60.23%

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

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

R = 60.23%
G = 15.85%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D13753 (or 0xD13753) is known color: Old Rose. HEX triplet: D1, 37 and 53. RGB value is (209,55,83). Sum of RGB (Red+Green+Blue) = 209+55+83=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D13753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13753 is #2EC8AC. Grayscale: #686868. Windows color (decimal): -3066029 or 5453777. OLE color: 5453777.

HSL color Cylindrical-coordinate representation of color #D13753: hue angle of 349.09º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13753 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 55 83 -
CMYK 0 0.74 0.60 0.18
HSL 349.09º 0.63% 0.52% -
HSV(B) 349.09º 0.74% 0.82% -
XYZ 29.22 16.91 9.91 -
YUV 104.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 209 55 83 0 0.74 0.60 0.18 349.09 0.63 0.52
Hex D1 37 53 0 4A 3C 12 15D 3F 34
Octal 321 67 123 0 112 74 22 535 77 64
Binary 11010001 110111 1010011 0 1001010 111100 10010 101011101 111111 110100

Color Harmonies of #D13753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13753

Black with #D13753

Text Example


Text Example

White with #D13753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13753; }

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

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

background-color css

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

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

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

border-color css

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

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

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