Html Css Color HEX #D12750 Old Rose

📋 copy color: '#D12750'

red 209 ◦ green 39 ◦ blue 80

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

Shades of Old Rose #D12750

Tints of Old Rose #D12750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 63.72%
G = 11.89%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D12750 (or 0xD12750) is known color: Old Rose. HEX triplet: D1, 27 and 50. RGB value is (209,39,80). Sum of RGB (Red+Green+Blue) = 209+39+80=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D12750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12750 is #2ED8AF. Grayscale: #5E5E5E. Windows color (decimal): -3070128 or 5253073. OLE color: 5253073.

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

Color convert

RGB 209 39 80 -
CMYK 0 0.81 0.62 0.18
HSL 345.53º 0.69% 0.49% -
HSV(B) 345.53º 0.81% 0.82% -
XYZ 28.47 15.59 9.1 -
YUV 94.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 209 39 80 0 0.81 0.62 0.18 345.53 0.69 0.49
Hex D1 27 50 0 51 3E 12 15A 45 31
Octal 321 47 120 0 121 76 22 532 105 61
Binary 11010001 100111 1010000 0 1010001 111110 10010 101011010 1000101 110001

Color Harmonies of #D12750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12750

Black with #D12750

Text Example


Text Example

White with #D12750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12750; }

 p { color: rgb(209,39,80); }

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

background-color css

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

 a { background-color: rgb(209,39,80); }

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

border-color css

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

 span { border-color: rgb(209,39,80); }

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