Html Css Color HEX #D00A57 Ruby

📋 copy color: '#D00A57'

red 208 ◦ green 10 ◦ blue 87

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

Shades of Ruby #D00A57

Tints of Ruby #D00A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

 BLUE value IS 87 (34.38% from 255) = 28.52%

R = 68.2%
G = 3.28%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D00A57 (or 0xD00A57) is known color: Ruby. HEX triplet: D0, 0A and 57. RGB value is (208,10,87). Sum of RGB (Red+Green+Blue) = 208+10+87=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A57 is #2FF5A8. Grayscale: #4D4D4D. Windows color (decimal): -3143081 or 5704400. OLE color: 5704400.

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

Color convert

RGB 208 10 87 -
CMYK 0 0.95 0.58 0.18
HSL 336.67º 0.91% 0.43% -
HSV(B) 336.67º 0.95% 0.82% -
XYZ 27.84 14.32 10.31 -
YUV 77.98 133.1 220.74 -
System Red Green Blue C M Y K H S L
Decimal 208 10 87 0 0.95 0.58 0.18 336.67 0.91 0.43
Hex D0 A 57 0 5F 3A 12 151 5B 2B
Octal 320 12 127 0 137 72 22 521 133 53
Binary 11010000 1010 1010111 0 1011111 111010 10010 101010001 1011011 101011

Color Harmonies of #D00A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A57

Black with #D00A57

Text Example


Text Example

White with #D00A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A57; }

 p { color: rgb(208,10,87); }

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

background-color css

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

 a { background-color: rgb(208,10,87); }

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

border-color css

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

 span { border-color: rgb(208,10,87); }

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