Html Css Color HEX #D71B52 Ruby

📋 copy color: '#D71B52'

red 215 ◦ green 27 ◦ blue 82

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

Shades of Ruby #D71B52

Tints of Ruby #D71B52

RGB

 RED value IS 215 (84.38% from 255) = 66.36%

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

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 66.36%
G = 8.33%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D71B52 (or 0xD71B52) is known color: Ruby. HEX triplet: D7, 1B and 52. RGB value is (215,27,82). Sum of RGB (Red+Green+Blue) = 215+27+82=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B52 is #28E4AD. Grayscale: #595959. Windows color (decimal): -2679982 or 5381079. OLE color: 5381079.

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

Color convert

RGB 215 27 82 -
CMYK 0 0.87 0.62 0.16
HSL 342.45º 0.78% 0.47% -
HSV(B) 342.45º 0.87% 0.84% -
XYZ 29.94 15.84 9.46 -
YUV 89.48 123.78 217.53 -
System Red Green Blue C M Y K H S L
Decimal 215 27 82 0 0.87 0.62 0.16 342.45 0.78 0.47
Hex D7 1B 52 0 57 3E 10 156 4E 2F
Octal 327 33 122 0 127 76 20 526 116 57
Binary 11010111 11011 1010010 0 1010111 111110 10000 101010110 1001110 101111

Color Harmonies of #D71B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B52

Black with #D71B52

Text Example


Text Example

White with #D71B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B52; }

 p { color: rgb(215,27,82); }

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

background-color css

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

 a { background-color: rgb(215,27,82); }

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

border-color css

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

 span { border-color: rgb(215,27,82); }

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