Html Css Color HEX #D4144F Ruby

📋 copy color: '#D4144F'

red 212 ◦ green 20 ◦ blue 79

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

Shades of Ruby #D4144F

Tints of Ruby #D4144F

RGB

 RED value IS 212 (83.2% from 255) = 68.17%

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

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

R = 68.17%
G = 6.43%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4144F (or 0xD4144F) is known color: Ruby. HEX triplet: D4, 14 and 4F. RGB value is (212,20,79). Sum of RGB (Red+Green+Blue) = 212+20+79=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4144F is #2BEBB0. Grayscale: #545454. Windows color (decimal): -2878385 or 5182676. OLE color: 5182676.

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

Color convert

RGB 212 20 79 -
CMYK 0 0.91 0.63 0.17
HSL 341.56º 0.83% 0.45% -
HSV(B) 341.56º 0.91% 0.83% -
XYZ 28.81 15.06 8.79 -
YUV 84.13 125.11 219.2 -
System Red Green Blue C M Y K H S L
Decimal 212 20 79 0 0.91 0.63 0.17 341.56 0.83 0.45
Hex D4 14 4F 0 5B 3F 11 156 53 2D
Octal 324 24 117 0 133 77 21 526 123 55
Binary 11010100 10100 1001111 0 1011011 111111 10001 101010110 1010011 101101

Color Harmonies of #D4144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4144F

Black with #D4144F

Text Example


Text Example

White with #D4144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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