Html Css Color HEX #D4105E Ruby

📋 copy color: '#D4105E'

red 212 ◦ green 16 ◦ blue 94

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

Shades of Ruby #D4105E

Tints of Ruby #D4105E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 65.84%
G = 4.97%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4105E (or 0xD4105E) is known color: Ruby. HEX triplet: D4, 10 and 5E. RGB value is (212,16,94). Sum of RGB (Red+Green+Blue) = 212+16+94=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4105E is #2BEFA1. Grayscale: #535353. Windows color (decimal): -2879394 or 6164692. OLE color: 6164692.

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

Color convert

RGB 212 16 94 -
CMYK 0 0.92 0.56 0.17
HSL 336.12º 0.86% 0.45% -
HSV(B) 336.12º 0.92% 0.83% -
XYZ 29.36 15.18 11.97 -
YUV 83.5 133.93 219.66 -
System Red Green Blue C M Y K H S L
Decimal 212 16 94 0 0.92 0.56 0.17 336.12 0.86 0.45
Hex D4 10 5E 0 5C 38 11 150 56 2D
Octal 324 20 136 0 134 70 21 520 126 55
Binary 11010100 10000 1011110 0 1011100 111000 10001 101010000 1010110 101101

Color Harmonies of #D4105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4105E

Black with #D4105E

Text Example


Text Example

White with #D4105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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