Html Css Color HEX #D4136F Ruby

📋 copy color: '#D4136F'

red 212 ◦ green 19 ◦ blue 111

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

Shades of Ruby #D4136F

Tints of Ruby #D4136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 61.99%
G = 5.56%
B = 32.46%

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

#D4136F (or 0xD4136F) is known color: Ruby. HEX triplet: D4, 13 and 6F. RGB value is (212,19,111). Sum of RGB (Red+Green+Blue) = 212+19+111=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4136F is #2BEC90. Grayscale: #575757. Windows color (decimal): -2878609 or 7279572. OLE color: 7279572.

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

Color convert

RGB 212 19 111 -
CMYK 0 0.91 0.48 0.17
HSL 331.4º 0.84% 0.45% -
HSV(B) 331.4º 0.91% 0.83% -
XYZ 30.25 15.61 16.46 -
YUV 87.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 212 19 111 0 0.91 0.48 0.17 331.4 0.84 0.45
Hex D4 13 6F 0 5B 30 11 14B 54 2D
Octal 324 23 157 0 133 60 21 513 124 55
Binary 11010100 10011 1101111 0 1011011 110000 10001 101001011 1010100 101101

Color Harmonies of #D4136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4136F

Black with #D4136F

Text Example


Text Example

White with #D4136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4136F; }

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

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

background-color css

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

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

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

border-color css

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

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

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