Html Css Color HEX #D0284F Old Rose

📋 copy color: '#D0284F'

red 208 ◦ green 40 ◦ blue 79

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

Shades of Old Rose #D0284F

Tints of Old Rose #D0284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.23%

 BLUE value IS 79 (31.25% from 255) = 24.16%

R = 63.61%
G = 12.23%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0284F (or 0xD0284F) is known color: Old Rose. HEX triplet: D0, 28 and 4F. RGB value is (208,40,79). Sum of RGB (Red+Green+Blue) = 208+40+79=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D0284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0284F is #2FD7B0. Grayscale: #5E5E5E. Windows color (decimal): -3135409 or 5187792. OLE color: 5187792.

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

Color convert

RGB 208 40 79 -
CMYK 0 0.81 0.62 0.18
HSL 346.07º 0.68% 0.49% -
HSV(B) 346.07º 0.81% 0.82% -
XYZ 28.18 15.49 8.9 -
YUV 94.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 208 40 79 0 0.81 0.62 0.18 346.07 0.68 0.49
Hex D0 28 4F 0 51 3E 12 15A 44 31
Octal 320 50 117 0 121 76 22 532 104 61
Binary 11010000 101000 1001111 0 1010001 111110 10010 101011010 1000100 110001

Color Harmonies of #D0284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0284F

Black with #D0284F

Text Example


Text Example

White with #D0284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0284F; }

 p { color: rgb(208,40,79); }

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

background-color css

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

 a { background-color: rgb(208,40,79); }

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

border-color css

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

 span { border-color: rgb(208,40,79); }

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