Html Css Color HEX #D4105B Ruby

📋 copy color: '#D4105B'

red 212 ◦ green 16 ◦ blue 91

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

Shades of Ruby #D4105B

Tints of Ruby #D4105B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.02%

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 66.46%
G = 5.02%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4105B (or 0xD4105B) is known color: Ruby. HEX triplet: D4, 10 and 5B. RGB value is (212,16,91). Sum of RGB (Red+Green+Blue) = 212+16+91=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D4105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4105B is #2BEFA4. Grayscale: #535353. Windows color (decimal): -2879397 or 5968084. OLE color: 5968084.

HSL color Cylindrical-coordinate representation of color #D4105B: hue angle of 337.04º degrees, saturation: 0.86, 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 #D4105B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 16 91 -
CMYK 0 0.92 0.57 0.17
HSL 337.04º 0.86% 0.45% -
HSV(B) 337.04º 0.92% 0.83% -
XYZ 29.23 15.12 11.28 -
YUV 83.15 132.43 219.9 -
System Red Green Blue C M Y K H S L
Decimal 212 16 91 0 0.92 0.57 0.17 337.04 0.86 0.45
Hex D4 10 5B 0 5C 39 11 151 56 2D
Octal 324 20 133 0 134 71 21 521 126 55
Binary 11010100 10000 1011011 0 1011100 111001 10001 101010001 1010110 101101

Color Harmonies of #D4105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4105B

Black with #D4105B

Text Example


Text Example

White with #D4105B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4105B; }

 p { color: rgb(212,16,91); }

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

background-color css

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

 a { background-color: rgb(212,16,91); }

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

border-color css

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

 span { border-color: rgb(212,16,91); }

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