Html Css Color HEX #D2144F Ruby

📋 copy color: '#D2144F'

red 210 ◦ green 20 ◦ blue 79

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

Shades of Ruby #D2144F

Tints of Ruby #D2144F

RGB

 RED value IS 210 (82.42% from 255) = 67.96%

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

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

R = 67.96%
G = 6.47%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2144F (or 0xD2144F) is known color: Ruby. HEX triplet: D2, 14 and 4F. RGB value is (210,20,79). Sum of RGB (Red+Green+Blue) = 210+20+79=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2144F is #2DEBB0. Grayscale: #535353. Windows color (decimal): -3009457 or 5182674. OLE color: 5182674.

HSL color Cylindrical-coordinate representation of color #D2144F: hue angle of 341.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2144F is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 79 -
CMYK 0 0.90 0.62 0.18
HSL 341.37º 0.83% 0.45% -
HSV(B) 341.37º 0.9% 0.82% -
XYZ 28.24 14.77 8.76 -
YUV 83.54 125.45 218.2 -
System Red Green Blue C M Y K H S L
Decimal 210 20 79 0 0.90 0.62 0.18 341.37 0.83 0.45
Hex D2 14 4F 0 5A 3E 12 155 53 2D
Octal 322 24 117 0 132 76 22 525 123 55
Binary 11010010 10100 1001111 0 1011010 111110 10010 101010101 1010011 101101

Color Harmonies of #D2144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2144F

Black with #D2144F

Text Example


Text Example

White with #D2144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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