Html Css Color HEX #D01E4E Old Rose

📋 copy color: '#D01E4E'

red 208 ◦ green 30 ◦ blue 78

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

Shades of Old Rose #D01E4E

Tints of Old Rose #D01E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 65.82%
G = 9.49%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D01E4E (or 0xD01E4E) is known color: Old Rose. HEX triplet: D0, 1E and 4E. RGB value is (208,30,78). Sum of RGB (Red+Green+Blue) = 208+30+78=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01E4E is #2FE1B1. Grayscale: #585858. Windows color (decimal): -3137970 or 5119696. OLE color: 5119696.

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

Color convert

RGB 208 30 78 -
CMYK 0 0.86 0.62 0.18
HSL 343.82º 0.75% 0.47% -
HSV(B) 343.82º 0.86% 0.82% -
XYZ 27.85 14.89 8.61 -
YUV 88.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 208 30 78 0 0.86 0.62 0.18 343.82 0.75 0.47
Hex D0 1E 4E 0 56 3E 12 158 4B 2F
Octal 320 36 116 0 126 76 22 530 113 57
Binary 11010000 11110 1001110 0 1010110 111110 10010 101011000 1001011 101111

Color Harmonies of #D01E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E4E

Black with #D01E4E

Text Example


Text Example

White with #D01E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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