Html Css Color HEX #D12251 Old Rose

📋 copy color: '#D12251'

red 209 ◦ green 34 ◦ blue 81

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

Shades of Old Rose #D12251

Tints of Old Rose #D12251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 81 (32.03% from 255) = 25%

R = 64.51%
G = 10.49%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D12251 (or 0xD12251) is known color: Old Rose. HEX triplet: D1, 22 and 51. RGB value is (209,34,81). Sum of RGB (Red+Green+Blue) = 209+34+81=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D12251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12251 is #2EDDAE. Grayscale: #5B5B5B. Windows color (decimal): -3071407 or 5317329. OLE color: 5317329.

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

Color convert

RGB 209 34 81 -
CMYK 0 0.84 0.61 0.18
HSL 343.89º 0.72% 0.48% -
HSV(B) 343.89º 0.84% 0.82% -
XYZ 28.35 15.29 9.24 -
YUV 91.68 121.98 211.68 -
System Red Green Blue C M Y K H S L
Decimal 209 34 81 0 0.84 0.61 0.18 343.89 0.72 0.48
Hex D1 22 51 0 54 3D 12 158 48 30
Octal 321 42 121 0 124 75 22 530 110 60
Binary 11010001 100010 1010001 0 1010100 111101 10010 101011000 1001000 110000

Color Harmonies of #D12251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12251

Black with #D12251

Text Example


Text Example

White with #D12251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12251; }

 p { color: rgb(209,34,81); }

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

background-color css

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

 a { background-color: rgb(209,34,81); }

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

border-color css

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

 span { border-color: rgb(209,34,81); }

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