Html Css Color HEX #D0114F Ruby

📋 copy color: '#D0114F'

red 208 ◦ green 17 ◦ blue 79

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

Shades of Ruby #D0114F

Tints of Ruby #D0114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

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

R = 68.42%
G = 5.59%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0114F (or 0xD0114F) is known color: Ruby. HEX triplet: D0, 11 and 4F. RGB value is (208,17,79). Sum of RGB (Red+Green+Blue) = 208+17+79=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D0114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0114F is #2FEEB0. Grayscale: #515151. Windows color (decimal): -3141297 or 5181904. OLE color: 5181904.

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

Color convert

RGB 208 17 79 -
CMYK 0 0.92 0.62 0.18
HSL 340.52º 0.85% 0.44% -
HSV(B) 340.52º 0.92% 0.82% -
XYZ 27.62 14.38 8.72 -
YUV 81.18 126.78 218.46 -
System Red Green Blue C M Y K H S L
Decimal 208 17 79 0 0.92 0.62 0.18 340.52 0.85 0.44
Hex D0 11 4F 0 5C 3E 12 155 55 2C
Octal 320 21 117 0 134 76 22 525 125 54
Binary 11010000 10001 1001111 0 1011100 111110 10010 101010101 1010101 101100

Color Harmonies of #D0114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0114F

Black with #D0114F

Text Example


Text Example

White with #D0114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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