Html Css Color HEX #D7144F Ruby

📋 copy color: '#D7144F'

red 215 ◦ green 20 ◦ blue 79

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

Shades of Ruby #D7144F

Tints of Ruby #D7144F

RGB

 RED value IS 215 (84.38% from 255) = 68.47%

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

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

R = 68.47%
G = 6.37%
B = 25.16%

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

#D7144F (or 0xD7144F) is known color: Ruby. HEX triplet: D7, 14 and 4F. RGB value is (215,20,79). Sum of RGB (Red+Green+Blue) = 215+20+79=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7144F is #28EBB0. Grayscale: #545454. Windows color (decimal): -2681777 or 5182679. OLE color: 5182679.

HSL color Cylindrical-coordinate representation of color #D7144F: hue angle of 341.85º 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 #D7144F is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 20 79 -
CMYK 0 0.91 0.63 0.16
HSL 341.85º 0.83% 0.46% -
HSV(B) 341.85º 0.91% 0.84% -
XYZ 29.69 15.51 8.83 -
YUV 85.03 124.6 220.7 -
System Red Green Blue C M Y K H S L
Decimal 215 20 79 0 0.91 0.63 0.16 341.85 0.83 0.46
Hex D7 14 4F 0 5B 3F 10 156 53 2E
Octal 327 24 117 0 133 77 20 526 123 56
Binary 11010111 10100 1001111 0 1011011 111111 10000 101010110 1010011 101110

Color Harmonies of #D7144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7144F

Black with #D7144F

Text Example


Text Example

White with #D7144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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