Html Css Color HEX #D13853 Old Rose

📋 copy color: '#D13853'

red 209 ◦ green 56 ◦ blue 83

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

Shades of Old Rose #D13853

Tints of Old Rose #D13853

RGB

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

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

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

R = 60.06%
G = 16.09%
B = 23.85%

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

#D13853 (or 0xD13853) is known color: Old Rose. HEX triplet: D1, 38 and 53. RGB value is (209,56,83). Sum of RGB (Red+Green+Blue) = 209+56+83=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D13853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13853 is #2EC7AC. Grayscale: #686868. Windows color (decimal): -3065773 or 5454033. OLE color: 5454033.

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

Color convert

RGB 209 56 83 -
CMYK 0 0.73 0.60 0.18
HSL 349.41º 0.62% 0.52% -
HSV(B) 349.41º 0.73% 0.82% -
XYZ 29.27 17.01 9.92 -
YUV 104.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 209 56 83 0 0.73 0.60 0.18 349.41 0.62 0.52
Hex D1 38 53 0 49 3C 12 15D 3E 34
Octal 321 70 123 0 111 74 22 535 76 64
Binary 11010001 111000 1010011 0 1001001 111100 10010 101011101 111110 110100

Color Harmonies of #D13853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13853

Black with #D13853

Text Example


Text Example

White with #D13853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13853; }

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

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

background-color css

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

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

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

border-color css

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

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

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