Html Css Color HEX #D03753 Old Rose

📋 copy color: '#D03753'

red 208 ◦ green 55 ◦ blue 83

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

Shades of Old Rose #D03753

Tints of Old Rose #D03753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 60.12%
G = 15.9%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D03753 (or 0xD03753) is known color: Old Rose. HEX triplet: D0, 37 and 53. RGB value is (208,55,83). Sum of RGB (Red+Green+Blue) = 208+55+83=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D03753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03753 is #2FC8AC. Grayscale: #676767. Windows color (decimal): -3131565 or 5453776. OLE color: 5453776.

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

Color convert

RGB 208 55 83 -
CMYK 0 0.74 0.60 0.18
HSL 349.02º 0.62% 0.52% -
HSV(B) 349.02º 0.74% 0.82% -
XYZ 28.94 16.77 9.89 -
YUV 103.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 208 55 83 0 0.74 0.60 0.18 349.02 0.62 0.52
Hex D0 37 53 0 4A 3C 12 15D 3E 34
Octal 320 67 123 0 112 74 22 535 76 64
Binary 11010000 110111 1010011 0 1001010 111100 10010 101011101 111110 110100

Color Harmonies of #D03753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03753

Black with #D03753

Text Example


Text Example

White with #D03753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03753; }

 p { color: rgb(208,55,83); }

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

background-color css

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

 a { background-color: rgb(208,55,83); }

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

border-color css

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

 span { border-color: rgb(208,55,83); }

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