Html Css Color HEX #D51350 Ruby

📋 copy color: '#D51350'

red 213 ◦ green 19 ◦ blue 80

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

Shades of Ruby #D51350

Tints of Ruby #D51350

RGB

 RED value IS 213 (83.59% from 255) = 68.27%

 GREEN value IS 19 (7.81% from 255) = 6.09%

 BLUE value IS 80 (31.64% from 255) = 25.64%

R = 68.27%
G = 6.09%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D51350 (or 0xD51350) is known color: Ruby. HEX triplet: D5, 13 and 50. RGB value is (213,19,80). Sum of RGB (Red+Green+Blue) = 213+19+80=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D51350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51350 is #2AECAF. Grayscale: #535353. Windows color (decimal): -2813104 or 5247957. OLE color: 5247957.

HSL color Cylindrical-coordinate representation of color #D51350: hue angle of 341.13º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51350 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 19 80 -
CMYK 0 0.91 0.62 0.16
HSL 341.13º 0.84% 0.45% -
HSV(B) 341.13º 0.91% 0.84% -
XYZ 29.12 15.19 8.99 -
YUV 83.96 125.77 220.04 -
System Red Green Blue C M Y K H S L
Decimal 213 19 80 0 0.91 0.62 0.16 341.13 0.84 0.45
Hex D5 13 50 0 5B 3E 10 155 54 2D
Octal 325 23 120 0 133 76 20 525 124 55
Binary 11010101 10011 1010000 0 1011011 111110 10000 101010101 1010100 101101

Color Harmonies of #D51350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51350

Black with #D51350

Text Example


Text Example

White with #D51350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51350; }

 p { color: rgb(213,19,80); }

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

background-color css

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

 a { background-color: rgb(213,19,80); }

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

border-color css

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

 span { border-color: rgb(213,19,80); }

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