Html Css Color HEX #D1324F Old Rose

📋 copy color: '#D1324F'

red 209 ◦ green 50 ◦ blue 79

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

Shades of Old Rose #D1324F

Tints of Old Rose #D1324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 61.83%
G = 14.79%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1324F (or 0xD1324F) is known color: Old Rose. HEX triplet: D1, 32 and 4F. RGB value is (209,50,79). Sum of RGB (Red+Green+Blue) = 209+50+79=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1324F is #2ECDB0. Grayscale: #646464. Windows color (decimal): -3067313 or 5190353. OLE color: 5190353.

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

Color convert

RGB 209 50 79 -
CMYK 0 0.76 0.62 0.18
HSL 349.06º 0.63% 0.51% -
HSV(B) 349.06º 0.76% 0.82% -
XYZ 28.85 16.4 9.04 -
YUV 100.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 209 50 79 0 0.76 0.62 0.18 349.06 0.63 0.51
Hex D1 32 4F 0 4C 3E 12 15D 3F 33
Octal 321 62 117 0 114 76 22 535 77 63
Binary 11010001 110010 1001111 0 1001100 111110 10010 101011101 111111 110011

Color Harmonies of #D1324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1324F

Black with #D1324F

Text Example


Text Example

White with #D1324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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