Html Css Color HEX #D1354F Old Rose

📋 copy color: '#D1354F'

red 209 ◦ green 53 ◦ blue 79

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

Shades of Old Rose #D1354F

Tints of Old Rose #D1354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

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

R = 61.29%
G = 15.54%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1354F (or 0xD1354F) is known color: Old Rose. HEX triplet: D1, 35 and 4F. RGB value is (209,53,79). Sum of RGB (Red+Green+Blue) = 209+53+79=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1354F is #2ECAB0. Grayscale: #666666. Windows color (decimal): -3066545 or 5191121. OLE color: 5191121.

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

Color convert

RGB 209 53 79 -
CMYK 0 0.75 0.62 0.18
HSL 350º 0.63% 0.51% -
HSV(B) 350º 0.75% 0.82% -
XYZ 28.98 16.67 9.09 -
YUV 102.61 114.68 203.89 -
System Red Green Blue C M Y K H S L
Decimal 209 53 79 0 0.75 0.62 0.18 350 0.63 0.51
Hex D1 35 4F 0 4B 3E 12 15E 3F 33
Octal 321 65 117 0 113 76 22 536 77 63
Binary 11010001 110101 1001111 0 1001011 111110 10010 101011110 111111 110011

Color Harmonies of #D1354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1354F

Black with #D1354F

Text Example


Text Example

White with #D1354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1354F; }

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

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

background-color css

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

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

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

border-color css

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

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

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