Html Css Color HEX #D4195A Ruby

📋 copy color: '#D4195A'

red 212 ◦ green 25 ◦ blue 90

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

Shades of Ruby #D4195A

Tints of Ruby #D4195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 64.83%
G = 7.65%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4195A (or 0xD4195A) is known color: Ruby. HEX triplet: D4, 19 and 5A. RGB value is (212,25,90). Sum of RGB (Red+Green+Blue) = 212+25+90=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4195A is #2BE6A5. Grayscale: #585858. Windows color (decimal): -2877094 or 5904852. OLE color: 5904852.

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

Color convert

RGB 212 25 90 -
CMYK 0 0.88 0.58 0.17
HSL 339.14º 0.79% 0.46% -
HSV(B) 339.14º 0.88% 0.83% -
XYZ 29.34 15.43 11.1 -
YUV 88.32 128.95 216.21 -
System Red Green Blue C M Y K H S L
Decimal 212 25 90 0 0.88 0.58 0.17 339.14 0.79 0.46
Hex D4 19 5A 0 58 3A 11 153 4F 2E
Octal 324 31 132 0 130 72 21 523 117 56
Binary 11010100 11001 1011010 0 1011000 111010 10001 101010011 1001111 101110

Color Harmonies of #D4195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4195A

Black with #D4195A

Text Example


Text Example

White with #D4195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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