Html Css Color HEX #D01E4D Old Rose

📋 copy color: '#D01E4D'

red 208 ◦ green 30 ◦ blue 77

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

Shades of Old Rose #D01E4D

Tints of Old Rose #D01E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

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

R = 66.03%
G = 9.52%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D01E4D (or 0xD01E4D) is known color: Old Rose. HEX triplet: D0, 1E and 4D. RGB value is (208,30,77). Sum of RGB (Red+Green+Blue) = 208+30+77=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01E4D is #2FE1B2. Grayscale: #585858. Windows color (decimal): -3137971 or 5054160. OLE color: 5054160.

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

Color convert

RGB 208 30 77 -
CMYK 0 0.86 0.63 0.18
HSL 344.16º 0.75% 0.47% -
HSV(B) 344.16º 0.86% 0.82% -
XYZ 27.82 14.87 8.43 -
YUV 88.58 121.47 213.18 -
System Red Green Blue C M Y K H S L
Decimal 208 30 77 0 0.86 0.63 0.18 344.16 0.75 0.47
Hex D0 1E 4D 0 56 3F 12 158 4B 2F
Octal 320 36 115 0 126 77 22 530 113 57
Binary 11010000 11110 1001101 0 1010110 111111 10010 101011000 1001011 101111

Color Harmonies of #D01E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E4D

Black with #D01E4D

Text Example


Text Example

White with #D01E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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