Html Css Color HEX #D4105F Ruby

📋 copy color: '#D4105F'

red 212 ◦ green 16 ◦ blue 95

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

Shades of Ruby #D4105F

Tints of Ruby #D4105F

RGB

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

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

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

R = 65.63%
G = 4.95%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4105F (or 0xD4105F) is known color: Ruby. HEX triplet: D4, 10 and 5F. RGB value is (212,16,95). Sum of RGB (Red+Green+Blue) = 212+16+95=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4105F is #2BEFA0. Grayscale: #535353. Windows color (decimal): -2879393 or 6230228. OLE color: 6230228.

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

Color convert

RGB 212 16 95 -
CMYK 0 0.92 0.55 0.17
HSL 335.82º 0.86% 0.45% -
HSV(B) 335.82º 0.92% 0.83% -
XYZ 29.4 15.19 12.21 -
YUV 83.61 134.43 219.58 -
System Red Green Blue C M Y K H S L
Decimal 212 16 95 0 0.92 0.55 0.17 335.82 0.86 0.45
Hex D4 10 5F 0 5C 37 11 150 56 2D
Octal 324 20 137 0 134 67 21 520 126 55
Binary 11010100 10000 1011111 0 1011100 110111 10001 101010000 1010110 101101

Color Harmonies of #D4105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4105F

Black with #D4105F

Text Example


Text Example

White with #D4105F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4105F; }

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

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

background-color css

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

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

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

border-color css

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

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

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