Html Css Color HEX #D1314F Old Rose

📋 copy color: '#D1314F'

red 209 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #D1314F

Tints of Old Rose #D1314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 62.02%
G = 14.54%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1314F (or 0xD1314F) is known color: Old Rose. HEX triplet: D1, 31 and 4F. RGB value is (209,49,79). Sum of RGB (Red+Green+Blue) = 209+49+79=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1314F is #2ECEB0. Grayscale: #646464. Windows color (decimal): -3067569 or 5190097. OLE color: 5190097.

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

Color convert

RGB 209 49 79 -
CMYK 0 0.77 0.62 0.18
HSL 348.75º 0.63% 0.51% -
HSV(B) 348.75º 0.77% 0.82% -
XYZ 28.8 16.32 9.03 -
YUV 100.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 209 49 79 0 0.77 0.62 0.18 348.75 0.63 0.51
Hex D1 31 4F 0 4D 3E 12 15D 3F 33
Octal 321 61 117 0 115 76 22 535 77 63
Binary 11010001 110001 1001111 0 1001101 111110 10010 101011101 111111 110011

Color Harmonies of #D1314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1314F

Black with #D1314F

Text Example


Text Example

White with #D1314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1314F; }

 p { color: rgb(209,49,79); }

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

background-color css

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

 a { background-color: rgb(209,49,79); }

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

border-color css

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

 span { border-color: rgb(209,49,79); }

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