Html Css Color HEX #D51353 Ruby

📋 copy color: '#D51353'

red 213 ◦ green 19 ◦ blue 83

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

Shades of Ruby #D51353

Tints of Ruby #D51353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 67.62%
G = 6.03%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D51353 (or 0xD51353) is known color: Ruby. HEX triplet: D5, 13 and 53. RGB value is (213,19,83). Sum of RGB (Red+Green+Blue) = 213+19+83=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D51353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51353 is #2AECAC. Grayscale: #545454. Windows color (decimal): -2813101 or 5444565. OLE color: 5444565.

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

Color convert

RGB 213 19 83 -
CMYK 0 0.91 0.61 0.16
HSL 340.21º 0.84% 0.45% -
HSV(B) 340.21º 0.91% 0.84% -
XYZ 29.23 15.24 9.58 -
YUV 84.3 127.27 219.8 -
System Red Green Blue C M Y K H S L
Decimal 213 19 83 0 0.91 0.61 0.16 340.21 0.84 0.45
Hex D5 13 53 0 5B 3D 10 154 54 2D
Octal 325 23 123 0 133 75 20 524 124 55
Binary 11010101 10011 1010011 0 1011011 111101 10000 101010100 1010100 101101

Color Harmonies of #D51353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51353

Black with #D51353

Text Example


Text Example

White with #D51353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51353; }

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

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

background-color css

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

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

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

border-color css

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

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

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