Html Css Color HEX #D1224D Old Rose

📋 copy color: '#D1224D'

red 209 ◦ green 34 ◦ blue 77

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

Shades of Old Rose #D1224D

Tints of Old Rose #D1224D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 65.31%
G = 10.63%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1224D (or 0xD1224D) is known color: Old Rose. HEX triplet: D1, 22 and 4D. RGB value is (209,34,77). Sum of RGB (Red+Green+Blue) = 209+34+77=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1224D is #2EDDB2. Grayscale: #5B5B5B. Windows color (decimal): -3071411 or 5055185. OLE color: 5055185.

HSL color Cylindrical-coordinate representation of color #D1224D: hue angle of 345.26º 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 #D1224D is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 34 77 -
CMYK 0 0.84 0.63 0.18
HSL 345.26º 0.72% 0.48% -
HSV(B) 345.26º 0.84% 0.82% -
XYZ 28.21 15.24 8.48 -
YUV 91.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 209 34 77 0 0.84 0.63 0.18 345.26 0.72 0.48
Hex D1 22 4D 0 54 3F 12 159 48 30
Octal 321 42 115 0 124 77 22 531 110 60
Binary 11010001 100010 1001101 0 1010100 111111 10010 101011001 1001000 110000

Color Harmonies of #D1224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1224D

Black with #D1224D

Text Example


Text Example

White with #D1224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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