Html Css Color HEX #D31458 Ruby

📋 copy color: '#D31458'

red 211 ◦ green 20 ◦ blue 88

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

Shades of Ruby #D31458

Tints of Ruby #D31458

RGB

 RED value IS 211 (82.81% from 255) = 66.14%

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

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

R = 66.14%
G = 6.27%
B = 27.59%

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

#D31458 (or 0xD31458) is known color: Ruby. HEX triplet: D3, 14 and 58. RGB value is (211,20,88). Sum of RGB (Red+Green+Blue) = 211+20+88=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D31458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31458 is #2CEBA7. Grayscale: #545454. Windows color (decimal): -2943912 or 5772499. OLE color: 5772499.

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

Color convert

RGB 211 20 88 -
CMYK 0 0.91 0.58 0.17
HSL 338.64º 0.83% 0.45% -
HSV(B) 338.64º 0.91% 0.83% -
XYZ 28.88 15.05 10.62 -
YUV 84.86 129.78 217.97 -
System Red Green Blue C M Y K H S L
Decimal 211 20 88 0 0.91 0.58 0.17 338.64 0.83 0.45
Hex D3 14 58 0 5B 3A 11 153 53 2D
Octal 323 24 130 0 133 72 21 523 123 55
Binary 11010011 10100 1011000 0 1011011 111010 10001 101010011 1010011 101101

Color Harmonies of #D31458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31458

Black with #D31458

Text Example


Text Example

White with #D31458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31458; }

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

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

background-color css

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

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

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

border-color css

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

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

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