Html Css Color HEX #D13A52 Old Rose

📋 copy color: '#D13A52'

red 209 ◦ green 58 ◦ blue 82

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

Shades of Old Rose #D13A52

Tints of Old Rose #D13A52

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.62%

 BLUE value IS 82 (32.42% from 255) = 23.5%

R = 59.89%
G = 16.62%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D13A52 (or 0xD13A52) is known color: Old Rose. HEX triplet: D1, 3A and 52. RGB value is (209,58,82). Sum of RGB (Red+Green+Blue) = 209+58+82=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A52 is #2EC5AD. Grayscale: #696969. Windows color (decimal): -3065262 or 5389009. OLE color: 5389009.

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

Color convert

RGB 209 58 82 -
CMYK 0 0.72 0.61 0.18
HSL 350.46º 0.62% 0.52% -
HSV(B) 350.46º 0.72% 0.82% -
XYZ 29.33 17.19 9.75 -
YUV 105.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 209 58 82 0 0.72 0.61 0.18 350.46 0.62 0.52
Hex D1 3A 52 0 48 3D 12 15E 3E 34
Octal 321 72 122 0 110 75 22 536 76 64
Binary 11010001 111010 1010010 0 1001000 111101 10010 101011110 111110 110100

Color Harmonies of #D13A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A52

Black with #D13A52

Text Example


Text Example

White with #D13A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A52; }

 p { color: rgb(209,58,82); }

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

background-color css

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

 a { background-color: rgb(209,58,82); }

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

border-color css

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

 span { border-color: rgb(209,58,82); }

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