Html Css Color HEX #D00D54 Ruby

📋 copy color: '#D00D54'

red 208 ◦ green 13 ◦ blue 84

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

Shades of Ruby #D00D54

Tints of Ruby #D00D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.54%

R = 68.2%
G = 4.26%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D00D54 (or 0xD00D54) is known color: Ruby. HEX triplet: D0, 0D and 54. RGB value is (208,13,84). Sum of RGB (Red+Green+Blue) = 208+13+84=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D54 is #2FF2AB. Grayscale: #4F4F4F. Windows color (decimal): -3142316 or 5508560. OLE color: 5508560.

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

Color convert

RGB 208 13 84 -
CMYK 0 0.94 0.60 0.18
HSL 338.15º 0.88% 0.43% -
HSV(B) 338.15º 0.94% 0.82% -
XYZ 27.76 14.34 9.69 -
YUV 79.4 130.6 219.73 -
System Red Green Blue C M Y K H S L
Decimal 208 13 84 0 0.94 0.60 0.18 338.15 0.88 0.43
Hex D0 D 54 0 5E 3C 12 152 58 2B
Octal 320 15 124 0 136 74 22 522 130 53
Binary 11010000 1101 1010100 0 1011110 111100 10010 101010010 1011000 101011

Color Harmonies of #D00D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D54

Black with #D00D54

Text Example


Text Example

White with #D00D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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