Html Css Color HEX #D61C5C Ruby

📋 copy color: '#D61C5C'

red 214 ◦ green 28 ◦ blue 92

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

Shades of Ruby #D61C5C

Tints of Ruby #D61C5C

RGB

 RED value IS 214 (83.98% from 255) = 64.07%

 GREEN value IS 28 (11.33% from 255) = 8.38%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 64.07%
G = 8.38%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D61C5C (or 0xD61C5C) is known color: Ruby. HEX triplet: D6, 1C and 5C. RGB value is (214,28,92). Sum of RGB (Red+Green+Blue) = 214+28+92=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61C5C is #29E3A3. Grayscale: #5A5A5A. Windows color (decimal): -2745252 or 6036694. OLE color: 6036694.

HSL color Cylindrical-coordinate representation of color #D61C5C: hue angle of 339.35º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61C5C is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 28 92 -
CMYK 0 0.87 0.57 0.16
HSL 339.35º 0.77% 0.47% -
HSV(B) 339.35º 0.87% 0.84% -
XYZ 30.08 15.9 11.61 -
YUV 90.91 128.62 215.8 -
System Red Green Blue C M Y K H S L
Decimal 214 28 92 0 0.87 0.57 0.16 339.35 0.77 0.47
Hex D6 1C 5C 0 57 39 10 153 4D 2F
Octal 326 34 134 0 127 71 20 523 115 57
Binary 11010110 11100 1011100 0 1010111 111001 10000 101010011 1001101 101111

Color Harmonies of #D61C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C5C

Black with #D61C5C

Text Example


Text Example

White with #D61C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C5C; }

 p { color: rgb(214,28,92); }

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

background-color css

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

 a { background-color: rgb(214,28,92); }

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

border-color css

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

 span { border-color: rgb(214,28,92); }

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