Html Css Color HEX #DA125D Ruby

📋 copy color: '#DA125D'

red 218 ◦ green 18 ◦ blue 93

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

Shades of Ruby #DA125D

Tints of Ruby #DA125D

RGB

 RED value IS 218 (85.55% from 255) = 66.26%

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

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

R = 66.26%
G = 5.47%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA125D (or 0xDA125D) is known color: Ruby. HEX triplet: DA, 12 and 5D. RGB value is (218,18,93). Sum of RGB (Red+Green+Blue) = 218+18+93=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA125D is #25EDA2. Grayscale: #565656. Windows color (decimal): -2485667 or 6099674. OLE color: 6099674.

HSL color Cylindrical-coordinate representation of color #DA125D: hue angle of 337.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA125D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 93 -
CMYK 0 0.92 0.57 0.15
HSL 337.5º 0.85% 0.46% -
HSV(B) 337.5º 0.92% 0.85% -
XYZ 31.11 16.13 11.83 -
YUV 86.35 131.76 221.9 -
System Red Green Blue C M Y K H S L
Decimal 218 18 93 0 0.92 0.57 0.15 337.5 0.85 0.46
Hex DA 12 5D 0 5C 39 F 152 55 2E
Octal 332 22 135 0 134 71 17 522 125 56
Binary 11011010 10010 1011101 0 1011100 111001 1111 101010010 1010101 101110

Color Harmonies of #DA125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA125D

Black with #DA125D

Text Example


Text Example

White with #DA125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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