Html Css Color HEX #D13652 Old Rose

📋 copy color: '#D13652'

red 209 ◦ green 54 ◦ blue 82

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

Shades of Old Rose #D13652

Tints of Old Rose #D13652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 60.58%
G = 15.65%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D13652 (or 0xD13652) is known color: Old Rose. HEX triplet: D1, 36 and 52. RGB value is (209,54,82). Sum of RGB (Red+Green+Blue) = 209+54+82=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D13652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13652 is #2EC9AD. Grayscale: #676767. Windows color (decimal): -3066286 or 5387985. OLE color: 5387985.

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

Color convert

RGB 209 54 82 -
CMYK 0 0.74 0.61 0.18
HSL 349.16º 0.63% 0.52% -
HSV(B) 349.16º 0.74% 0.82% -
XYZ 29.14 16.8 9.69 -
YUV 103.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 209 54 82 0 0.74 0.61 0.18 349.16 0.63 0.52
Hex D1 36 52 0 4A 3D 12 15D 3F 34
Octal 321 66 122 0 112 75 22 535 77 64
Binary 11010001 110110 1010010 0 1001010 111101 10010 101011101 111111 110100

Color Harmonies of #D13652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13652

Black with #D13652

Text Example


Text Example

White with #D13652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13652; }

 p { color: rgb(209,54,82); }

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

background-color css

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

 a { background-color: rgb(209,54,82); }

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

border-color css

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

 span { border-color: rgb(209,54,82); }

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