Html Css Color HEX #D0175C Ruby

📋 copy color: '#D0175C'

red 208 ◦ green 23 ◦ blue 92

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

Shades of Ruby #D0175C

Tints of Ruby #D0175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.12%

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 64.4%
G = 7.12%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0175C (or 0xD0175C) is known color: Ruby. HEX triplet: D0, 17 and 5C. RGB value is (208,23,92). Sum of RGB (Red+Green+Blue) = 208+23+92=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0175C is #2FE8A3. Grayscale: #565656. Windows color (decimal): -3139748 or 6035408. OLE color: 6035408.

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

Color convert

RGB 208 23 92 -
CMYK 0 0.89 0.56 0.18
HSL 337.62º 0.8% 0.45% -
HSV(B) 337.62º 0.89% 0.82% -
XYZ 28.25 14.8 11.49 -
YUV 86.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 208 23 92 0 0.89 0.56 0.18 337.62 0.8 0.45
Hex D0 17 5C 0 59 38 12 152 50 2D
Octal 320 27 134 0 131 70 22 522 120 55
Binary 11010000 10111 1011100 0 1011001 111000 10010 101010010 1010000 101101

Color Harmonies of #D0175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0175C

Black with #D0175C

Text Example


Text Example

White with #D0175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0175C; }

 p { color: rgb(208,23,92); }

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

background-color css

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

 a { background-color: rgb(208,23,92); }

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

border-color css

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

 span { border-color: rgb(208,23,92); }

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