Html Css Color HEX #D41666 Ruby

📋 copy color: '#D41666'

red 212 ◦ green 22 ◦ blue 102

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

Shades of Ruby #D41666

Tints of Ruby #D41666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.55%

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 63.1%
G = 6.55%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D41666 (or 0xD41666) is known color: Ruby. HEX triplet: D4, 16 and 66. RGB value is (212,22,102). Sum of RGB (Red+Green+Blue) = 212+22+102=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D41666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41666 is #2BE999. Grayscale: #575757. Windows color (decimal): -2877850 or 6690516. OLE color: 6690516.

HSL color Cylindrical-coordinate representation of color #D41666: hue angle of 334.74º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41666 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 102 -
CMYK 0 0.90 0.52 0.17
HSL 334.74º 0.81% 0.46% -
HSV(B) 334.74º 0.9% 0.83% -
XYZ 29.84 15.53 14 -
YUV 87.93 135.95 216.5 -
System Red Green Blue C M Y K H S L
Decimal 212 22 102 0 0.90 0.52 0.17 334.74 0.81 0.46
Hex D4 16 66 0 5A 34 11 14F 51 2E
Octal 324 26 146 0 132 64 21 517 121 56
Binary 11010100 10110 1100110 0 1011010 110100 10001 101001111 1010001 101110

Color Harmonies of #D41666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41666

Black with #D41666

Text Example


Text Example

White with #D41666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41666; }

 p { color: rgb(212,22,102); }

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

background-color css

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

 a { background-color: rgb(212,22,102); }

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

border-color css

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

 span { border-color: rgb(212,22,102); }

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