Html Css Color HEX #D0164F Ruby

📋 copy color: '#D0164F'

red 208 ◦ green 22 ◦ blue 79

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

Shades of Ruby #D0164F

Tints of Ruby #D0164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

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

R = 67.31%
G = 7.12%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0164F (or 0xD0164F) is known color: Ruby. HEX triplet: D0, 16 and 4F. RGB value is (208,22,79). Sum of RGB (Red+Green+Blue) = 208+22+79=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0164F is #2FE9B0. Grayscale: #545454. Windows color (decimal): -3140017 or 5183184. OLE color: 5183184.

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

Color convert

RGB 208 22 79 -
CMYK 0 0.89 0.62 0.18
HSL 341.61º 0.81% 0.45% -
HSV(B) 341.61º 0.89% 0.82% -
XYZ 27.71 14.55 8.74 -
YUV 84.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 208 22 79 0 0.89 0.62 0.18 341.61 0.81 0.45
Hex D0 16 4F 0 59 3E 12 156 51 2D
Octal 320 26 117 0 131 76 22 526 121 55
Binary 11010000 10110 1001111 0 1011001 111110 10010 101010110 1010001 101101

Color Harmonies of #D0164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0164F

Black with #D0164F

Text Example


Text Example

White with #D0164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0164F; }

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

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

background-color css

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

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

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

border-color css

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

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

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