Html Css Color HEX #D03950 Old Rose

📋 copy color: '#D03950'

red 208 ◦ green 57 ◦ blue 80

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

Shades of Old Rose #D03950

Tints of Old Rose #D03950

RGB

 RED value IS 208 (81.64% from 255) = 60.29%

 GREEN value IS 57 (22.66% from 255) = 16.52%

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

R = 60.29%
G = 16.52%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D03950 (or 0xD03950) is known color: Old Rose. HEX triplet: D0, 39 and 50. RGB value is (208,57,80). Sum of RGB (Red+Green+Blue) = 208+57+80=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D03950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03950 is #2FC6AF. Grayscale: #686868. Windows color (decimal): -3131056 or 5257680. OLE color: 5257680.

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

Color convert

RGB 208 57 80 -
CMYK 0 0.73 0.62 0.18
HSL 350.86º 0.62% 0.52% -
HSV(B) 350.86º 0.73% 0.82% -
XYZ 28.92 16.92 9.33 -
YUV 104.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 208 57 80 0 0.73 0.62 0.18 350.86 0.62 0.52
Hex D0 39 50 0 49 3E 12 15F 3E 34
Octal 320 71 120 0 111 76 22 537 76 64
Binary 11010000 111001 1010000 0 1001001 111110 10010 101011111 111110 110100

Color Harmonies of #D03950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03950

Black with #D03950

Text Example


Text Example

White with #D03950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03950; }

 p { color: rgb(208,57,80); }

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

background-color css

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

 a { background-color: rgb(208,57,80); }

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

border-color css

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

 span { border-color: rgb(208,57,80); }

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