Html Css Color HEX #D0125F Ruby

📋 copy color: '#D0125F'

red 208 ◦ green 18 ◦ blue 95

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

Shades of Ruby #D0125F

Tints of Ruby #D0125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.61%

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 64.8%
G = 5.61%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0125F (or 0xD0125F) is known color: Ruby. HEX triplet: D0, 12 and 5F. RGB value is (208,18,95). Sum of RGB (Red+Green+Blue) = 208+18+95=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0125F is #2FEDA0. Grayscale: #535353. Windows color (decimal): -3141025 or 6230736. OLE color: 6230736.

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

Color convert

RGB 208 18 95 -
CMYK 0 0.91 0.54 0.18
HSL 335.68º 0.84% 0.44% -
HSV(B) 335.68º 0.91% 0.82% -
XYZ 28.29 14.67 12.17 -
YUV 83.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 208 18 95 0 0.91 0.54 0.18 335.68 0.84 0.44
Hex D0 12 5F 0 5B 36 12 150 54 2C
Octal 320 22 137 0 133 66 22 520 124 54
Binary 11010000 10010 1011111 0 1011011 110110 10010 101010000 1010100 101100

Color Harmonies of #D0125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0125F

Black with #D0125F

Text Example


Text Example

White with #D0125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0125F; }

 p { color: rgb(208,18,95); }

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

background-color css

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

 a { background-color: rgb(208,18,95); }

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

border-color css

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

 span { border-color: rgb(208,18,95); }

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