Html Css Color HEX #D00D51 Ruby

📋 copy color: '#D00D51'

red 208 ◦ green 13 ◦ blue 81

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

Shades of Ruby #D00D51

Tints of Ruby #D00D51

RGB

 RED value IS 208 (81.64% from 255) = 68.87%

 GREEN value IS 13 (5.47% from 255) = 4.3%

 BLUE value IS 81 (32.03% from 255) = 26.82%

R = 68.87%
G = 4.3%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D00D51 (or 0xD00D51) is known color: Ruby. HEX triplet: D0, 0D and 51. RGB value is (208,13,81). Sum of RGB (Red+Green+Blue) = 208+13+81=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D51 is #2FF2AE. Grayscale: #4E4E4E. Windows color (decimal): -3142319 or 5311952. OLE color: 5311952.

HSL color Cylindrical-coordinate representation of color #D00D51: hue angle of 339.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D51 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 81 -
CMYK 0 0.94 0.61 0.18
HSL 339.08º 0.88% 0.43% -
HSV(B) 339.08º 0.94% 0.82% -
XYZ 27.64 14.29 9.09 -
YUV 79.06 129.1 219.97 -
System Red Green Blue C M Y K H S L
Decimal 208 13 81 0 0.94 0.61 0.18 339.08 0.88 0.43
Hex D0 D 51 0 5E 3D 12 153 58 2B
Octal 320 15 121 0 136 75 22 523 130 53
Binary 11010000 1101 1010001 0 1011110 111101 10010 101010011 1011000 101011

Color Harmonies of #D00D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D51

Black with #D00D51

Text Example


Text Example

White with #D00D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D51; }

 p { color: rgb(208,13,81); }

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

background-color css

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

 a { background-color: rgb(208,13,81); }

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

border-color css

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

 span { border-color: rgb(208,13,81); }

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