Html Css Color HEX #D0274D Old Rose

📋 copy color: '#D0274D'

red 208 ◦ green 39 ◦ blue 77

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

Shades of Old Rose #D0274D

Tints of Old Rose #D0274D

RGB

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

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

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

R = 64.2%
G = 12.04%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0274D (or 0xD0274D) is known color: Old Rose. HEX triplet: D0, 27 and 4D. RGB value is (208,39,77). Sum of RGB (Red+Green+Blue) = 208+39+77=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0274D is #2FD8B2. Grayscale: #5D5D5D. Windows color (decimal): -3135667 or 5056464. OLE color: 5056464.

HSL color Cylindrical-coordinate representation of color #D0274D: hue angle of 346.51º 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 #D0274D is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 77 -
CMYK 0 0.81 0.63 0.18
HSL 346.51º 0.68% 0.48% -
HSV(B) 346.51º 0.81% 0.82% -
XYZ 28.08 15.4 8.51 -
YUV 93.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 208 39 77 0 0.81 0.63 0.18 346.51 0.68 0.48
Hex D0 27 4D 0 51 3F 12 15B 44 30
Octal 320 47 115 0 121 77 22 533 104 60
Binary 11010000 100111 1001101 0 1010001 111111 10010 101011011 1000100 110000

Color Harmonies of #D0274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0274D

Black with #D0274D

Text Example


Text Example

White with #D0274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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