Html Css Color HEX #D12D4F Old Rose

📋 copy color: '#D12D4F'

red 209 ◦ green 45 ◦ blue 79

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

Shades of Old Rose #D12D4F

Tints of Old Rose #D12D4F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

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

R = 62.76%
G = 13.51%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D12D4F (or 0xD12D4F) is known color: Old Rose. HEX triplet: D1, 2D and 4F. RGB value is (209,45,79). Sum of RGB (Red+Green+Blue) = 209+45+79=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D4F is #2ED2B0. Grayscale: #616161. Windows color (decimal): -3068593 or 5189073. OLE color: 5189073.

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

Color convert

RGB 209 45 79 -
CMYK 0 0.78 0.62 0.18
HSL 347.56º 0.65% 0.5% -
HSV(B) 347.56º 0.78% 0.82% -
XYZ 28.64 16 8.98 -
YUV 97.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 209 45 79 0 0.78 0.62 0.18 347.56 0.65 0.5
Hex D1 2D 4F 0 4E 3E 12 15C 41 32
Octal 321 55 117 0 116 76 22 534 101 62
Binary 11010001 101101 1001111 0 1001110 111110 10010 101011100 1000001 110010

Color Harmonies of #D12D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D4F

Black with #D12D4F

Text Example


Text Example

White with #D12D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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