Html Css Color HEX #D00F56 Ruby

📋 copy color: '#D00F56'

red 208 ◦ green 15 ◦ blue 86

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

Shades of Ruby #D00F56

Tints of Ruby #D00F56

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.85%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 67.31%
G = 4.85%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D00F56 (or 0xD00F56) is known color: Ruby. HEX triplet: D0, 0F and 56. RGB value is (208,15,86). Sum of RGB (Red+Green+Blue) = 208+15+86=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F56 is #2FF0A9. Grayscale: #505050. Windows color (decimal): -3141802 or 5640144. OLE color: 5640144.

HSL color Cylindrical-coordinate representation of color #D00F56: hue angle of 337.93º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F56 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 86 -
CMYK 0 0.93 0.59 0.18
HSL 337.93º 0.87% 0.44% -
HSV(B) 337.93º 0.93% 0.82% -
XYZ 27.86 14.42 10.12 -
YUV 80.8 130.94 218.73 -
System Red Green Blue C M Y K H S L
Decimal 208 15 86 0 0.93 0.59 0.18 337.93 0.87 0.44
Hex D0 F 56 0 5D 3B 12 152 57 2C
Octal 320 17 126 0 135 73 22 522 127 54
Binary 11010000 1111 1010110 0 1011101 111011 10010 101010010 1010111 101100

Color Harmonies of #D00F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F56

Black with #D00F56

Text Example


Text Example

White with #D00F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F56; }

 p { color: rgb(208,15,86); }

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

background-color css

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

 a { background-color: rgb(208,15,86); }

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

border-color css

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

 span { border-color: rgb(208,15,86); }

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