Html Css Color HEX #D01F59 Ruby

📋 copy color: '#D01F59'

red 208 ◦ green 31 ◦ blue 89

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

Shades of Ruby #D01F59

Tints of Ruby #D01F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 63.41%
G = 9.45%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D01F59 (or 0xD01F59) is known color: Ruby. HEX triplet: D0, 1F and 59. RGB value is (208,31,89). Sum of RGB (Red+Green+Blue) = 208+31+89=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F59 is #2FE0A6. Grayscale: #5A5A5A. Windows color (decimal): -3137703 or 5840848. OLE color: 5840848.

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

Color convert

RGB 208 31 89 -
CMYK 0 0.85 0.57 0.18
HSL 340.34º 0.74% 0.47% -
HSV(B) 340.34º 0.85% 0.82% -
XYZ 28.31 15.11 10.88 -
YUV 90.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 208 31 89 0 0.85 0.57 0.18 340.34 0.74 0.47
Hex D0 1F 59 0 55 39 12 154 4A 2F
Octal 320 37 131 0 125 71 22 524 112 57
Binary 11010000 11111 1011001 0 1010101 111001 10010 101010100 1001010 101111

Color Harmonies of #D01F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F59

Black with #D01F59

Text Example


Text Example

White with #D01F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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