Html Css Color HEX #D12555 Old Rose

📋 copy color: '#D12555'

red 209 ◦ green 37 ◦ blue 85

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

Shades of Old Rose #D12555

Tints of Old Rose #D12555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

 BLUE value IS 85 (33.59% from 255) = 25.68%

R = 63.14%
G = 11.18%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D12555 (or 0xD12555) is known color: Old Rose. HEX triplet: D1, 25 and 55. RGB value is (209,37,85). Sum of RGB (Red+Green+Blue) = 209+37+85=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D12555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12555 is #2EDAAA. Grayscale: #5D5D5D. Windows color (decimal): -3070635 or 5580241. OLE color: 5580241.

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

Color convert

RGB 209 37 85 -
CMYK 0 0.82 0.59 0.18
HSL 343.26º 0.7% 0.48% -
HSV(B) 343.26º 0.82% 0.82% -
XYZ 28.6 15.53 10.09 -
YUV 93.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 209 37 85 0 0.82 0.59 0.18 343.26 0.7 0.48
Hex D1 25 55 0 52 3B 12 157 46 30
Octal 321 45 125 0 122 73 22 527 106 60
Binary 11010001 100101 1010101 0 1010010 111011 10010 101010111 1000110 110000

Color Harmonies of #D12555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12555

Black with #D12555

Text Example


Text Example

White with #D12555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12555; }

 p { color: rgb(209,37,85); }

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

background-color css

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

 a { background-color: rgb(209,37,85); }

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

border-color css

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

 span { border-color: rgb(209,37,85); }

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