Html Css Color HEX #D13650 Old Rose

📋 copy color: '#D13650'

red 209 ◦ green 54 ◦ blue 80

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

Shades of Old Rose #D13650

Tints of Old Rose #D13650

RGB

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

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

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

R = 60.93%
G = 15.74%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D13650 (or 0xD13650) is known color: Old Rose. HEX triplet: D1, 36 and 50. RGB value is (209,54,80). Sum of RGB (Red+Green+Blue) = 209+54+80=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D13650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13650 is #2EC9AF. Grayscale: #676767. Windows color (decimal): -3066288 or 5256913. OLE color: 5256913.

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

Color convert

RGB 209 54 80 -
CMYK 0 0.74 0.62 0.18
HSL 349.94º 0.63% 0.52% -
HSV(B) 349.94º 0.74% 0.82% -
XYZ 29.06 16.77 9.3 -
YUV 103.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 209 54 80 0 0.74 0.62 0.18 349.94 0.63 0.52
Hex D1 36 50 0 4A 3E 12 15E 3F 34
Octal 321 66 120 0 112 76 22 536 77 64
Binary 11010001 110110 1010000 0 1001010 111110 10010 101011110 111111 110100

Color Harmonies of #D13650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13650

Black with #D13650

Text Example


Text Example

White with #D13650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13650; }

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

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

background-color css

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

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

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

border-color css

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

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

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