Html Css Color HEX #D0144F Ruby

📋 copy color: '#D0144F'

red 208 ◦ green 20 ◦ blue 79

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

Shades of Ruby #D0144F

Tints of Ruby #D0144F

RGB

 RED value IS 208 (81.64% from 255) = 67.75%

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

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

R = 67.75%
G = 6.51%
B = 25.73%

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

#D0144F (or 0xD0144F) is known color: Ruby. HEX triplet: D0, 14 and 4F. RGB value is (208,20,79). Sum of RGB (Red+Green+Blue) = 208+20+79=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0144F is #2FEBB0. Grayscale: #525252. Windows color (decimal): -3140529 or 5182672. OLE color: 5182672.

HSL color Cylindrical-coordinate representation of color #D0144F: hue angle of 341.17º degrees, saturation: 0.82, 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 #D0144F is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 79 -
CMYK 0 0.90 0.62 0.18
HSL 341.17º 0.82% 0.45% -
HSV(B) 341.17º 0.9% 0.82% -
XYZ 27.67 14.47 8.73 -
YUV 82.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 208 20 79 0 0.90 0.62 0.18 341.17 0.82 0.45
Hex D0 14 4F 0 5A 3E 12 155 52 2D
Octal 320 24 117 0 132 76 22 525 122 55
Binary 11010000 10100 1001111 0 1011010 111110 10010 101010101 1010010 101101

Color Harmonies of #D0144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0144F

Black with #D0144F

Text Example


Text Example

White with #D0144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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