Html Css Color HEX #D01F54 Old Rose

📋 copy color: '#D01F54'

red 208 ◦ green 31 ◦ blue 84

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

Shades of Old Rose #D01F54

Tints of Old Rose #D01F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.6%

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 64.4%
G = 9.6%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D01F54 (or 0xD01F54) is known color: Old Rose. HEX triplet: D0, 1F and 54. RGB value is (208,31,84). Sum of RGB (Red+Green+Blue) = 208+31+84=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F54 is #2FE0AB. Grayscale: #595959. Windows color (decimal): -3137708 or 5513168. OLE color: 5513168.

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

Color convert

RGB 208 31 84 -
CMYK 0 0.85 0.60 0.18
HSL 342.03º 0.74% 0.47% -
HSV(B) 342.03º 0.85% 0.82% -
XYZ 28.1 15.03 9.81 -
YUV 89.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 208 31 84 0 0.85 0.60 0.18 342.03 0.74 0.47
Hex D0 1F 54 0 55 3C 12 156 4A 2F
Octal 320 37 124 0 125 74 22 526 112 57
Binary 11010000 11111 1010100 0 1010101 111100 10010 101010110 1001010 101111

Color Harmonies of #D01F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F54

Black with #D01F54

Text Example


Text Example

White with #D01F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F54; }

 p { color: rgb(208,31,84); }

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

background-color css

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

 a { background-color: rgb(208,31,84); }

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

border-color css

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

 span { border-color: rgb(208,31,84); }

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