Html Css Color HEX #D13954 Old Rose

📋 copy color: '#D13954'

red 209 ◦ green 57 ◦ blue 84

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

Shades of Old Rose #D13954

Tints of Old Rose #D13954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24%

R = 59.71%
G = 16.29%
B = 24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D13954 (or 0xD13954) is known color: Old Rose. HEX triplet: D1, 39 and 54. RGB value is (209,57,84). Sum of RGB (Red+Green+Blue) = 209+57+84=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D13954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13954 is #2EC6AB. Grayscale: #696969. Windows color (decimal): -3065516 or 5519825. OLE color: 5519825.

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

Color convert

RGB 209 57 84 -
CMYK 0 0.73 0.60 0.18
HSL 349.34º 0.62% 0.52% -
HSV(B) 349.34º 0.73% 0.82% -
XYZ 29.36 17.12 10.14 -
YUV 105.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 209 57 84 0 0.73 0.60 0.18 349.34 0.62 0.52
Hex D1 39 54 0 49 3C 12 15D 3E 34
Octal 321 71 124 0 111 74 22 535 76 64
Binary 11010001 111001 1010100 0 1001001 111100 10010 101011101 111110 110100

Color Harmonies of #D13954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13954

Black with #D13954

Text Example


Text Example

White with #D13954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13954; }

 p { color: rgb(209,57,84); }

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

background-color css

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

 a { background-color: rgb(209,57,84); }

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

border-color css

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

 span { border-color: rgb(209,57,84); }

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