Html Css Color HEX #D0125D Ruby

📋 copy color: '#D0125D'

red 208 ◦ green 18 ◦ blue 93

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

Shades of Ruby #D0125D

Tints of Ruby #D0125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 65.2%
G = 5.64%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0125D (or 0xD0125D) is known color: Ruby. HEX triplet: D0, 12 and 5D. RGB value is (208,18,93). Sum of RGB (Red+Green+Blue) = 208+18+93=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0125D is #2FEDA2. Grayscale: #535353. Windows color (decimal): -3141027 or 6099664. OLE color: 6099664.

HSL color Cylindrical-coordinate representation of color #D0125D: hue angle of 336.32º 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 #D0125D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 93 -
CMYK 0 0.91 0.55 0.18
HSL 336.32º 0.84% 0.44% -
HSV(B) 336.32º 0.91% 0.82% -
XYZ 28.2 14.63 11.69 -
YUV 83.36 133.45 216.9 -
System Red Green Blue C M Y K H S L
Decimal 208 18 93 0 0.91 0.55 0.18 336.32 0.84 0.44
Hex D0 12 5D 0 5B 37 12 150 54 2C
Octal 320 22 135 0 133 67 22 520 124 54
Binary 11010000 10010 1011101 0 1011011 110111 10010 101010000 1010100 101100

Color Harmonies of #D0125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0125D

Black with #D0125D

Text Example


Text Example

White with #D0125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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