Html Css Color HEX #D00D55 Ruby

📋 copy color: '#D00D55'

red 208 ◦ green 13 ◦ blue 85

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

Shades of Ruby #D00D55

Tints of Ruby #D00D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.78%

R = 67.97%
G = 4.25%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D00D55 (or 0xD00D55) is known color: Ruby. HEX triplet: D0, 0D and 55. RGB value is (208,13,85). Sum of RGB (Red+Green+Blue) = 208+13+85=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D55 is #2FF2AA. Grayscale: #4F4F4F. Windows color (decimal): -3142315 or 5574096. OLE color: 5574096.

HSL color Cylindrical-coordinate representation of color #D00D55: hue angle of 337.85º 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 #D00D55 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 85 -
CMYK 0 0.94 0.59 0.18
HSL 337.85º 0.88% 0.43% -
HSV(B) 337.85º 0.94% 0.82% -
XYZ 27.8 14.35 9.9 -
YUV 79.51 131.1 219.65 -
System Red Green Blue C M Y K H S L
Decimal 208 13 85 0 0.94 0.59 0.18 337.85 0.88 0.43
Hex D0 D 55 0 5E 3B 12 152 58 2B
Octal 320 15 125 0 136 73 22 522 130 53
Binary 11010000 1101 1010101 0 1011110 111011 10010 101010010 1011000 101011

Color Harmonies of #D00D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D55

Black with #D00D55

Text Example


Text Example

White with #D00D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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