Html Css Color HEX #D41458 Ruby

📋 copy color: '#D41458'

red 212 ◦ green 20 ◦ blue 88

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

Shades of Ruby #D41458

Tints of Ruby #D41458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 66.25%
G = 6.25%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D41458 (or 0xD41458) is known color: Ruby. HEX triplet: D4, 14 and 58. RGB value is (212,20,88). Sum of RGB (Red+Green+Blue) = 212+20+88=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D41458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41458 is #2BEBA7. Grayscale: #555555. Windows color (decimal): -2878376 or 5772500. OLE color: 5772500.

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

Color convert

RGB 212 20 88 -
CMYK 0 0.91 0.58 0.17
HSL 338.75º 0.83% 0.45% -
HSV(B) 338.75º 0.91% 0.83% -
XYZ 29.16 15.2 10.63 -
YUV 85.16 129.61 218.47 -
System Red Green Blue C M Y K H S L
Decimal 212 20 88 0 0.91 0.58 0.17 338.75 0.83 0.45
Hex D4 14 58 0 5B 3A 11 153 53 2D
Octal 324 24 130 0 133 72 21 523 123 55
Binary 11010100 10100 1011000 0 1011011 111010 10001 101010011 1010011 101101

Color Harmonies of #D41458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41458

Black with #D41458

Text Example


Text Example

White with #D41458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41458; }

 p { color: rgb(212,20,88); }

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

background-color css

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

 a { background-color: rgb(212,20,88); }

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

border-color css

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

 span { border-color: rgb(212,20,88); }

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