Html Css Color HEX #D00D5D Ruby

📋 copy color: '#D00D5D'

red 208 ◦ green 13 ◦ blue 93

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

Shades of Ruby #D00D5D

Tints of Ruby #D00D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 66.24%
G = 4.14%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D00D5D (or 0xD00D5D) is known color: Ruby. HEX triplet: D0, 0D and 5D. RGB value is (208,13,93). Sum of RGB (Red+Green+Blue) = 208+13+93=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D5D is #2FF2A2. Grayscale: #505050. Windows color (decimal): -3142307 or 6098384. OLE color: 6098384.

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

Color convert

RGB 208 13 93 -
CMYK 0 0.94 0.55 0.18
HSL 335.38º 0.88% 0.43% -
HSV(B) 335.38º 0.94% 0.82% -
XYZ 28.13 14.49 11.67 -
YUV 80.43 135.1 219 -
System Red Green Blue C M Y K H S L
Decimal 208 13 93 0 0.94 0.55 0.18 335.38 0.88 0.43
Hex D0 D 5D 0 5E 37 12 14F 58 2B
Octal 320 15 135 0 136 67 22 517 130 53
Binary 11010000 1101 1011101 0 1011110 110111 10010 101001111 1011000 101011

Color Harmonies of #D00D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D5D

Black with #D00D5D

Text Example


Text Example

White with #D00D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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