Html Css Color HEX #D61E5F Ruby

📋 copy color: '#D61E5F'

red 214 ◦ green 30 ◦ blue 95

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

Shades of Ruby #D61E5F

Tints of Ruby #D61E5F

RGB

 RED value IS 214 (83.98% from 255) = 63.13%

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 63.13%
G = 8.85%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D61E5F (or 0xD61E5F) is known color: Ruby. HEX triplet: D6, 1E and 5F. RGB value is (214,30,95). Sum of RGB (Red+Green+Blue) = 214+30+95=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E5F is #29E1A0. Grayscale: #5C5C5C. Windows color (decimal): -2744737 or 6233814. OLE color: 6233814.

HSL color Cylindrical-coordinate representation of color #D61E5F: hue angle of 338.8º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61E5F is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 95 -
CMYK 0 0.86 0.56 0.16
HSL 338.8º 0.75% 0.48% -
HSV(B) 338.8º 0.86% 0.84% -
XYZ 30.26 16.05 12.33 -
YUV 92.43 129.46 214.71 -
System Red Green Blue C M Y K H S L
Decimal 214 30 95 0 0.86 0.56 0.16 338.8 0.75 0.48
Hex D6 1E 5F 0 56 38 10 153 4B 30
Octal 326 36 137 0 126 70 20 523 113 60
Binary 11010110 11110 1011111 0 1010110 111000 10000 101010011 1001011 110000

Color Harmonies of #D61E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E5F

Black with #D61E5F

Text Example


Text Example

White with #D61E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E5F; }

 p { color: rgb(214,30,95); }

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

background-color css

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

 a { background-color: rgb(214,30,95); }

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

border-color css

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

 span { border-color: rgb(214,30,95); }

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