Html Css Color HEX #D03451 Old Rose

📋 copy color: '#D03451'

red 208 ◦ green 52 ◦ blue 81

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

Shades of Old Rose #D03451

Tints of Old Rose #D03451

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

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

R = 61%
G = 15.25%
B = 23.75%

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

#D03451 (or 0xD03451) is known color: Old Rose. HEX triplet: D0, 34 and 51. RGB value is (208,52,81). Sum of RGB (Red+Green+Blue) = 208+52+81=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D03451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03451 is #2FCBAE. Grayscale: #656565. Windows color (decimal): -3132335 or 5321936. OLE color: 5321936.

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

Color convert

RGB 208 52 81 -
CMYK 0 0.75 0.61 0.18
HSL 348.85º 0.62% 0.51% -
HSV(B) 348.85º 0.75% 0.82% -
XYZ 28.73 16.46 9.45 -
YUV 101.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 208 52 81 0 0.75 0.61 0.18 348.85 0.62 0.51
Hex D0 34 51 0 4B 3D 12 15D 3E 33
Octal 320 64 121 0 113 75 22 535 76 63
Binary 11010000 110100 1010001 0 1001011 111101 10010 101011101 111110 110011

Color Harmonies of #D03451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03451

Black with #D03451

Text Example


Text Example

White with #D03451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03451; }

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

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

background-color css

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

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

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

border-color css

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

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

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