Html Css Color HEX #D01E5B Ruby

📋 copy color: '#D01E5B'

red 208 ◦ green 30 ◦ blue 91

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

Shades of Ruby #D01E5B

Tints of Ruby #D01E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 63.22%
G = 9.12%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D01E5B (or 0xD01E5B) is known color: Ruby. HEX triplet: D0, 1E and 5B. RGB value is (208,30,91). Sum of RGB (Red+Green+Blue) = 208+30+91=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01E5B is #2FE1A4. Grayscale: #5A5A5A. Windows color (decimal): -3137957 or 5971664. OLE color: 5971664.

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

Color convert

RGB 208 30 91 -
CMYK 0 0.86 0.56 0.18
HSL 339.44º 0.75% 0.47% -
HSV(B) 339.44º 0.86% 0.82% -
XYZ 28.37 15.09 11.32 -
YUV 90.18 128.47 212.04 -
System Red Green Blue C M Y K H S L
Decimal 208 30 91 0 0.86 0.56 0.18 339.44 0.75 0.47
Hex D0 1E 5B 0 56 38 12 153 4B 2F
Octal 320 36 133 0 126 70 22 523 113 57
Binary 11010000 11110 1011011 0 1010110 111000 10010 101010011 1001011 101111

Color Harmonies of #D01E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E5B

Black with #D01E5B

Text Example


Text Example

White with #D01E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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