Html Css Color HEX #D13855 Old Rose

📋 copy color: '#D13855'

red 209 ◦ green 56 ◦ blue 85

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

Shades of Old Rose #D13855

Tints of Old Rose #D13855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 59.71%
G = 16%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D13855 (or 0xD13855) is known color: Old Rose. HEX triplet: D1, 38 and 55. RGB value is (209,56,85). Sum of RGB (Red+Green+Blue) = 209+56+85=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D13855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13855 is #2EC7AA. Grayscale: #696969. Windows color (decimal): -3065771 or 5585105. OLE color: 5585105.

HSL color Cylindrical-coordinate representation of color #D13855: hue angle of 348.63º 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 #D13855 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 56 85 -
CMYK 0 0.73 0.59 0.18
HSL 348.63º 0.62% 0.52% -
HSV(B) 348.63º 0.73% 0.82% -
XYZ 29.35 17.04 10.34 -
YUV 105.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 209 56 85 0 0.73 0.59 0.18 348.63 0.62 0.52
Hex D1 38 55 0 49 3B 12 15D 3E 34
Octal 321 70 125 0 111 73 22 535 76 64
Binary 11010001 111000 1010101 0 1001001 111011 10010 101011101 111110 110100

Color Harmonies of #D13855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13855

Black with #D13855

Text Example


Text Example

White with #D13855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13855; }

 p { color: rgb(209,56,85); }

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

background-color css

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

 a { background-color: rgb(209,56,85); }

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

border-color css

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

 span { border-color: rgb(209,56,85); }

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