Html Css Color HEX #D12950 Old Rose

📋 copy color: '#D12950'

red 209 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #D12950

Tints of Old Rose #D12950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

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

R = 63.33%
G = 12.42%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D12950 (or 0xD12950) is known color: Old Rose. HEX triplet: D1, 29 and 50. RGB value is (209,41,80). Sum of RGB (Red+Green+Blue) = 209+41+80=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D12950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12950 is #2ED6AF. Grayscale: #5F5F5F. Windows color (decimal): -3069616 or 5253585. OLE color: 5253585.

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

Color convert

RGB 209 41 80 -
CMYK 0 0.80 0.62 0.18
HSL 346.07º 0.67% 0.49% -
HSV(B) 346.07º 0.8% 0.82% -
XYZ 28.54 15.72 9.12 -
YUV 95.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 209 41 80 0 0.80 0.62 0.18 346.07 0.67 0.49
Hex D1 29 50 0 50 3E 12 15A 43 31
Octal 321 51 120 0 120 76 22 532 103 61
Binary 11010001 101001 1010000 0 1010000 111110 10010 101011010 1000011 110001

Color Harmonies of #D12950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12950

Black with #D12950

Text Example


Text Example

White with #D12950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12950; }

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

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

background-color css

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

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

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

border-color css

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

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

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