Html Css Color HEX #D81A52 Ruby

📋 copy color: '#D81A52'

red 216 ◦ green 26 ◦ blue 82

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

Shades of Ruby #D81A52

Tints of Ruby #D81A52

RGB

 RED value IS 216 (84.77% from 255) = 66.67%

 GREEN value IS 26 (10.55% from 255) = 8.02%

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

R = 66.67%
G = 8.02%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D81A52 (or 0xD81A52) is known color: Ruby. HEX triplet: D8, 1A and 52. RGB value is (216,26,82). Sum of RGB (Red+Green+Blue) = 216+26+82=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A52 is #27E5AD. Grayscale: #595959. Windows color (decimal): -2614702 or 5380824. OLE color: 5380824.

HSL color Cylindrical-coordinate representation of color #D81A52: hue angle of 342.32º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A52 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 26 82 -
CMYK 0 0.88 0.62 0.15
HSL 342.32º 0.79% 0.47% -
HSV(B) 342.32º 0.88% 0.85% -
XYZ 30.21 15.95 9.47 -
YUV 89.19 123.95 218.45 -
System Red Green Blue C M Y K H S L
Decimal 216 26 82 0 0.88 0.62 0.15 342.32 0.79 0.47
Hex D8 1A 52 0 58 3E F 156 4F 2F
Octal 330 32 122 0 130 76 17 526 117 57
Binary 11011000 11010 1010010 0 1011000 111110 1111 101010110 1001111 101111

Color Harmonies of #D81A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A52

Black with #D81A52

Text Example


Text Example

White with #D81A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A52; }

 p { color: rgb(216,26,82); }

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

background-color css

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

 a { background-color: rgb(216,26,82); }

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

border-color css

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

 span { border-color: rgb(216,26,82); }

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