Html Css Color HEX #D0254D Old Rose

📋 copy color: '#D0254D'

red 208 ◦ green 37 ◦ blue 77

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

Shades of Old Rose #D0254D

Tints of Old Rose #D0254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 64.6%
G = 11.49%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0254D (or 0xD0254D) is known color: Old Rose. HEX triplet: D0, 25 and 4D. RGB value is (208,37,77). Sum of RGB (Red+Green+Blue) = 208+37+77=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0254D is #2FDAB2. Grayscale: #5C5C5C. Windows color (decimal): -3136179 or 5055952. OLE color: 5055952.

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

Color convert

RGB 208 37 77 -
CMYK 0 0.82 0.63 0.18
HSL 345.96º 0.7% 0.48% -
HSV(B) 345.96º 0.82% 0.82% -
XYZ 28.01 15.27 8.49 -
YUV 92.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 208 37 77 0 0.82 0.63 0.18 345.96 0.7 0.48
Hex D0 25 4D 0 52 3F 12 15A 46 30
Octal 320 45 115 0 122 77 22 532 106 60
Binary 11010000 100101 1001101 0 1010010 111111 10010 101011010 1000110 110000

Color Harmonies of #D0254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0254D

Black with #D0254D

Text Example


Text Example

White with #D0254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0254D; }

 p { color: rgb(208,37,77); }

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

background-color css

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

 a { background-color: rgb(208,37,77); }

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

border-color css

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

 span { border-color: rgb(208,37,77); }

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