Html Css Color HEX #D4136E Ruby

📋 copy color: '#D4136E'

red 212 ◦ green 19 ◦ blue 110

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

Shades of Ruby #D4136E

Tints of Ruby #D4136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 62.17%
G = 5.57%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4136E (or 0xD4136E) is known color: Ruby. HEX triplet: D4, 13 and 6E. RGB value is (212,19,110). Sum of RGB (Red+Green+Blue) = 212+19+110=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4136E is #2BEC91. Grayscale: #565656. Windows color (decimal): -2878610 or 7214036. OLE color: 7214036.

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

Color convert

RGB 212 19 110 -
CMYK 0 0.91 0.48 0.17
HSL 331.71º 0.84% 0.45% -
HSV(B) 331.71º 0.91% 0.83% -
XYZ 30.2 15.59 16.17 -
YUV 87.08 140.94 217.1 -
System Red Green Blue C M Y K H S L
Decimal 212 19 110 0 0.91 0.48 0.17 331.71 0.84 0.45
Hex D4 13 6E 0 5B 30 11 14C 54 2D
Octal 324 23 156 0 133 60 21 514 124 55
Binary 11010100 10011 1101110 0 1011011 110000 10001 101001100 1010100 101101

Color Harmonies of #D4136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4136E

Black with #D4136E

Text Example


Text Example

White with #D4136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4136E; }

 p { color: rgb(212,19,110); }

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

background-color css

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

 a { background-color: rgb(212,19,110); }

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

border-color css

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

 span { border-color: rgb(212,19,110); }

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