Html Css Color HEX #D5144F Ruby

📋 copy color: '#D5144F'

red 213 ◦ green 20 ◦ blue 79

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

Shades of Ruby #D5144F

Tints of Ruby #D5144F

RGB

 RED value IS 213 (83.59% from 255) = 68.27%

 GREEN value IS 20 (8.2% from 255) = 6.41%

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 68.27%
G = 6.41%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5144F (or 0xD5144F) is known color: Ruby. HEX triplet: D5, 14 and 4F. RGB value is (213,20,79). Sum of RGB (Red+Green+Blue) = 213+20+79=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5144F is #2AEBB0. Grayscale: #545454. Windows color (decimal): -2812849 or 5182677. OLE color: 5182677.

HSL color Cylindrical-coordinate representation of color #D5144F: hue angle of 341.66º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5144F is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 79 -
CMYK 0 0.91 0.63 0.16
HSL 341.66º 0.83% 0.46% -
HSV(B) 341.66º 0.91% 0.84% -
XYZ 29.1 15.21 8.8 -
YUV 84.43 124.94 219.7 -
System Red Green Blue C M Y K H S L
Decimal 213 20 79 0 0.91 0.63 0.16 341.66 0.83 0.46
Hex D5 14 4F 0 5B 3F 10 156 53 2E
Octal 325 24 117 0 133 77 20 526 123 56
Binary 11010101 10100 1001111 0 1011011 111111 10000 101010110 1010011 101110

Color Harmonies of #D5144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5144F

Black with #D5144F

Text Example


Text Example

White with #D5144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5144F; }

 p { color: rgb(213,20,79); }

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

background-color css

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

 a { background-color: rgb(213,20,79); }

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

border-color css

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

 span { border-color: rgb(213,20,79); }

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