Html Css Color HEX #D4195F Ruby

📋 copy color: '#D4195F'

red 212 ◦ green 25 ◦ blue 95

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

Shades of Ruby #D4195F

Tints of Ruby #D4195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.53%

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

R = 63.86%
G = 7.53%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4195F (or 0xD4195F) is known color: Ruby. HEX triplet: D4, 19 and 5F. RGB value is (212,25,95). Sum of RGB (Red+Green+Blue) = 212+25+95=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D4195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4195F is #2BE6A0. Grayscale: #585858. Windows color (decimal): -2877089 or 6232532. OLE color: 6232532.

HSL color Cylindrical-coordinate representation of color #D4195F: hue angle of 337.54º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4195F is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 25 95 -
CMYK 0 0.88 0.55 0.17
HSL 337.54º 0.79% 0.46% -
HSV(B) 337.54º 0.88% 0.83% -
XYZ 29.56 15.52 12.26 -
YUV 88.89 131.45 215.81 -
System Red Green Blue C M Y K H S L
Decimal 212 25 95 0 0.88 0.55 0.17 337.54 0.79 0.46
Hex D4 19 5F 0 58 37 11 152 4F 2E
Octal 324 31 137 0 130 67 21 522 117 56
Binary 11010100 11001 1011111 0 1011000 110111 10001 101010010 1001111 101110

Color Harmonies of #D4195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4195F

Black with #D4195F

Text Example


Text Example

White with #D4195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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