Html Css Color HEX #D1214F Old Rose

📋 copy color: '#D1214F'

red 209 ◦ green 33 ◦ blue 79

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

Shades of Old Rose #D1214F

Tints of Old Rose #D1214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

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

R = 65.11%
G = 10.28%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1214F (or 0xD1214F) is known color: Old Rose. HEX triplet: D1, 21 and 4F. RGB value is (209,33,79). Sum of RGB (Red+Green+Blue) = 209+33+79=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1214F is #2EDEB0. Grayscale: #5A5A5A. Windows color (decimal): -3071665 or 5186001. OLE color: 5186001.

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

Color convert

RGB 209 33 79 -
CMYK 0 0.84 0.62 0.18
HSL 344.32º 0.73% 0.47% -
HSV(B) 344.32º 0.84% 0.82% -
XYZ 28.25 15.21 8.84 -
YUV 90.87 121.31 212.26 -
System Red Green Blue C M Y K H S L
Decimal 209 33 79 0 0.84 0.62 0.18 344.32 0.73 0.47
Hex D1 21 4F 0 54 3E 12 158 49 2F
Octal 321 41 117 0 124 76 22 530 111 57
Binary 11010001 100001 1001111 0 1010100 111110 10010 101011000 1001001 101111

Color Harmonies of #D1214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1214F

Black with #D1214F

Text Example


Text Example

White with #D1214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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