Html Css Color HEX #D41250 Ruby

📋 copy color: '#D41250'

red 212 ◦ green 18 ◦ blue 80

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

Shades of Ruby #D41250

Tints of Ruby #D41250

RGB

 RED value IS 212 (83.2% from 255) = 68.39%

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

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 68.39%
G = 5.81%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D41250 (or 0xD41250) is known color: Ruby. HEX triplet: D4, 12 and 50. RGB value is (212,18,80). Sum of RGB (Red+Green+Blue) = 212+18+80=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D41250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41250 is #2BEDAF. Grayscale: #535353. Windows color (decimal): -2878896 or 5247700. OLE color: 5247700.

HSL color Cylindrical-coordinate representation of color #D41250: hue angle of 340.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41250 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 80 -
CMYK 0 0.92 0.62 0.17
HSL 340.82º 0.84% 0.45% -
HSV(B) 340.82º 0.92% 0.83% -
XYZ 28.82 15.01 8.97 -
YUV 83.07 126.27 219.96 -
System Red Green Blue C M Y K H S L
Decimal 212 18 80 0 0.92 0.62 0.17 340.82 0.84 0.45
Hex D4 12 50 0 5C 3E 11 155 54 2D
Octal 324 22 120 0 134 76 21 525 124 55
Binary 11010100 10010 1010000 0 1011100 111110 10001 101010101 1010100 101101

Color Harmonies of #D41250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41250

Black with #D41250

Text Example


Text Example

White with #D41250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41250; }

 p { color: rgb(212,18,80); }

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

background-color css

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

 a { background-color: rgb(212,18,80); }

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

border-color css

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

 span { border-color: rgb(212,18,80); }

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