Html Css Color HEX #D61B53 Ruby

📋 copy color: '#D61B53'

red 214 ◦ green 27 ◦ blue 83

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

Shades of Ruby #D61B53

Tints of Ruby #D61B53

RGB

 RED value IS 214 (83.98% from 255) = 66.05%

 GREEN value IS 27 (10.94% from 255) = 8.33%

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

R = 66.05%
G = 8.33%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D61B53 (or 0xD61B53) is known color: Ruby. HEX triplet: D6, 1B and 53. RGB value is (214,27,83). Sum of RGB (Red+Green+Blue) = 214+27+83=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B53 is #29E4AC. Grayscale: #595959. Windows color (decimal): -2745517 or 5446614. OLE color: 5446614.

HSL color Cylindrical-coordinate representation of color #D61B53: hue angle of 342.03º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61B53 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 27 83 -
CMYK 0 0.87 0.61 0.16
HSL 342.03º 0.78% 0.47% -
HSV(B) 342.03º 0.87% 0.84% -
XYZ 29.68 15.7 9.65 -
YUV 89.3 124.45 216.95 -
System Red Green Blue C M Y K H S L
Decimal 214 27 83 0 0.87 0.61 0.16 342.03 0.78 0.47
Hex D6 1B 53 0 57 3D 10 156 4E 2F
Octal 326 33 123 0 127 75 20 526 116 57
Binary 11010110 11011 1010011 0 1010111 111101 10000 101010110 1001110 101111

Color Harmonies of #D61B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B53

Black with #D61B53

Text Example


Text Example

White with #D61B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B53; }

 p { color: rgb(214,27,83); }

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

background-color css

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

 a { background-color: rgb(214,27,83); }

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

border-color css

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

 span { border-color: rgb(214,27,83); }

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