Html Css Color HEX #D03953 Old Rose

📋 copy color: '#D03953'

red 208 ◦ green 57 ◦ blue 83

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

Shades of Old Rose #D03953

Tints of Old Rose #D03953

RGB

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

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

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

R = 59.77%
G = 16.38%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D03953 (or 0xD03953) is known color: Old Rose. HEX triplet: D0, 39 and 53. RGB value is (208,57,83). Sum of RGB (Red+Green+Blue) = 208+57+83=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D03953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03953 is #2FC6AC. Grayscale: #696969. Windows color (decimal): -3131053 or 5454288. OLE color: 5454288.

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

Color convert

RGB 208 57 83 -
CMYK 0 0.73 0.60 0.18
HSL 349.67º 0.62% 0.52% -
HSV(B) 349.67º 0.73% 0.82% -
XYZ 29.04 16.96 9.93 -
YUV 105.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 208 57 83 0 0.73 0.60 0.18 349.67 0.62 0.52
Hex D0 39 53 0 49 3C 12 15E 3E 34
Octal 320 71 123 0 111 74 22 536 76 64
Binary 11010000 111001 1010011 0 1001001 111100 10010 101011110 111110 110100

Color Harmonies of #D03953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03953

Black with #D03953

Text Example


Text Example

White with #D03953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03953; }

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

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

background-color css

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

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

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

border-color css

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

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

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