Html Css Color HEX #D0274F Old Rose

📋 copy color: '#D0274F'

red 208 ◦ green 39 ◦ blue 79

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

Shades of Old Rose #D0274F

Tints of Old Rose #D0274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.96%

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

R = 63.8%
G = 11.96%
B = 24.23%

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

#D0274F (or 0xD0274F) is known color: Old Rose. HEX triplet: D0, 27 and 4F. RGB value is (208,39,79). Sum of RGB (Red+Green+Blue) = 208+39+79=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D0274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0274F is #2FD8B0. Grayscale: #5E5E5E. Windows color (decimal): -3135665 or 5187536. OLE color: 5187536.

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

Color convert

RGB 208 39 79 -
CMYK 0 0.81 0.62 0.18
HSL 345.8º 0.68% 0.48% -
HSV(B) 345.8º 0.81% 0.82% -
XYZ 28.15 15.43 8.89 -
YUV 94.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 208 39 79 0 0.81 0.62 0.18 345.8 0.68 0.48
Hex D0 27 4F 0 51 3E 12 15A 44 30
Octal 320 47 117 0 121 76 22 532 104 60
Binary 11010000 100111 1001111 0 1010001 111110 10010 101011010 1000100 110000

Color Harmonies of #D0274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0274F

Black with #D0274F

Text Example


Text Example

White with #D0274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0274F; }

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

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

background-color css

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

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

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

border-color css

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

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

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