Html Css Color HEX #D01360 Ruby

📋 copy color: '#D01360'

red 208 ◦ green 19 ◦ blue 96

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

Shades of Ruby #D01360

Tints of Ruby #D01360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.88%

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 64.4%
G = 5.88%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D01360 (or 0xD01360) is known color: Ruby. HEX triplet: D0, 13 and 60. RGB value is (208,19,96). Sum of RGB (Red+Green+Blue) = 208+19+96=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D01360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01360 is #2FEC9F. Grayscale: #545454. Windows color (decimal): -3140768 or 6296528. OLE color: 6296528.

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

Color convert

RGB 208 19 96 -
CMYK 0 0.91 0.54 0.18
HSL 335.56º 0.83% 0.45% -
HSV(B) 335.56º 0.91% 0.82% -
XYZ 28.36 14.72 12.41 -
YUV 84.29 134.62 216.24 -
System Red Green Blue C M Y K H S L
Decimal 208 19 96 0 0.91 0.54 0.18 335.56 0.83 0.45
Hex D0 13 60 0 5B 36 12 150 53 2D
Octal 320 23 140 0 133 66 22 520 123 55
Binary 11010000 10011 1100000 0 1011011 110110 10010 101010000 1010011 101101

Color Harmonies of #D01360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01360

Black with #D01360

Text Example


Text Example

White with #D01360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01360; }

 p { color: rgb(208,19,96); }

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

background-color css

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

 a { background-color: rgb(208,19,96); }

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

border-color css

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

 span { border-color: rgb(208,19,96); }

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