Html Css Color HEX #D03351 Old Rose

📋 copy color: '#D03351'

red 208 ◦ green 51 ◦ blue 81

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

Shades of Old Rose #D03351

Tints of Old Rose #D03351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 61.18%
G = 15%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D03351 (or 0xD03351) is known color: Old Rose. HEX triplet: D0, 33 and 51. RGB value is (208,51,81). Sum of RGB (Red+Green+Blue) = 208+51+81=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D03351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03351 is #2FCCAE. Grayscale: #656565. Windows color (decimal): -3132591 or 5321680. OLE color: 5321680.

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

Color convert

RGB 208 51 81 -
CMYK 0 0.75 0.61 0.18
HSL 348.54º 0.63% 0.51% -
HSV(B) 348.54º 0.75% 0.82% -
XYZ 28.68 16.37 9.43 -
YUV 101.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 208 51 81 0 0.75 0.61 0.18 348.54 0.63 0.51
Hex D0 33 51 0 4B 3D 12 15D 3F 33
Octal 320 63 121 0 113 75 22 535 77 63
Binary 11010000 110011 1010001 0 1001011 111101 10010 101011101 111111 110011

Color Harmonies of #D03351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03351

Black with #D03351

Text Example


Text Example

White with #D03351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03351; }

 p { color: rgb(208,51,81); }

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

background-color css

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

 a { background-color: rgb(208,51,81); }

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

border-color css

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

 span { border-color: rgb(208,51,81); }

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